Skip to content

Commit 9b2f1ca

Browse files
authored
chore: remove duplicate TYPE_CHECKING block (#447)
1 parent 7410271 commit 9b2f1ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dma/cli/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@
2020
from dma.lib.db.base import get_engine
2121
from dma.lib.db.local import get_duckdb_connection
2222

23-
if TYPE_CHECKING:
24-
from rich.console import Console
25-
2623
if TYPE_CHECKING:
2724
from click import Context
25+
from rich.console import Console
2826

2927
__all__ = ("app",)
3028

0 commit comments

Comments
 (0)