Skip to content

Commit a043929

Browse files
Remove unused logging import.
1 parent 9863019 commit a043929

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrahub_sdk/ctl/generator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
import logging
43
from pathlib import Path
54
from typing import TYPE_CHECKING
65

@@ -21,7 +20,7 @@
2120
async def run(
2221
generator_name: str,
2322
path: str, # noqa: ARG001
24-
debug: bool, # noqa: ARG001
23+
debug: bool,
2524
list_available: bool,
2625
branch: str | None = None,
2726
variables: list[str] | None = None,

0 commit comments

Comments
 (0)