Skip to content

Commit 3ac15d6

Browse files
Fix linting/formatting after conflict fix in GitHub UI.
1 parent 9a8ad77 commit 3ac15d6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

infrahub_sdk/checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from .exceptions import UninitializedError
1515

1616
if TYPE_CHECKING:
17-
1817
from . import InfrahubClient
1918

2019
INFRAHUB_CHECK_VARIABLE_TO_IMPORT = "INFRAHUB_CHECKS"

infrahub_sdk/transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from .exceptions import UninitializedError
1111

1212
if TYPE_CHECKING:
13-
1413
from . import InfrahubClient
1514

1615
INFRAHUB_TRANSFORM_VARIABLE_TO_IMPORT = "INFRAHUB_TRANSFORMS"

0 commit comments

Comments
 (0)