Skip to content

Commit 3c0d7ab

Browse files
cdoernnathan-weinberg
authored andcommitted
fix: pre-commit
Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent e9d32b8 commit 3c0d7ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ogx/cli/ogx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Initialize logging early before any loggers get created
1313
setup_logging()
1414

15+
from .launch import LaunchParser # type: ignore[attr-defined]
1516
from .letsgo import LetsGo
1617
from .run import Run
17-
from .launch import LaunchParser # type: ignore[attr-defined]
1818
from .stack import StackParser # type: ignore[attr-defined]
1919
from .stack.utils import print_subcommand_description
2020

0 commit comments

Comments
 (0)