Skip to content

Commit 06905fa

Browse files
committed
ruff
1 parent f9be10d commit 06905fa

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

infrahub_sdk/ctl/check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from rich.console import Console
1212
from rich.logging import RichHandler
1313

14-
from ..ctl import config
1514
from ..ctl.client import initialize_client
1615
from ..ctl.exceptions import QueryNotFoundError
1716
from ..ctl.repository import find_repository_config_file, get_repository_config

infrahub_sdk/ctl/cli_commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
from .. import __version__ as sdk_version
2222
from ..async_typer import AsyncTyper
23-
from ..ctl import config
2423
from ..ctl.branch import app as branch_app
2524
from ..ctl.check import run as run_check
2625
from ..ctl.client import initialize_client, initialize_client_sync

infrahub_sdk/ctl/generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import typer
77
from rich.console import Console
88

9-
from ..ctl import config
109
from ..ctl.client import initialize_client
1110
from ..ctl.repository import find_repository_config_file, get_repository_config
1211
from ..ctl.utils import execute_graphql_query, init_logging, parse_cli_vars

infrahub_sdk/pytest_plugin/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from pathlib import Path
24

35
import yaml

0 commit comments

Comments
 (0)