Skip to content

Commit

Permalink
Fixed minor Ruff-related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFoka committed Mar 8, 2024
1 parent 6b4cb4e commit 6c84da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniconfig/python/frinx_worker/uniconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dataclasses
import http.client
import json
from typing import Any, cast
from typing import Any
from typing import Optional

from frinx.common.conductor_enums import TaskResultStatus
Expand Down

0 comments on commit 6c84da4

Please sign in to comment.