Skip to content

Commit 864116f

Browse files
committed
remove unused imports
1 parent 380b6b6 commit 864116f

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.DS_Store

8 KB
Binary file not shown.

tests/test_cli/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
from typer.testing import CliRunner
2-
3-
4-
def test_import_module():
5-
from sqlmodel.cli import cli
6-
7-
assert cli is not None
8-
assert cli.__name__ == "ok"

tests/test_cli/test_loader.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
from typer.testing import CliRunner
1+
from sqlmodel.cli import cli
22

33

44
def test_import_module() -> None:
5-
from sqlmodel.cli import cli
6-
from sqlmodel.cli.migrations.cli import migrations
7-
85
assert len(cli.registered_groups) == 1
96
assert cli.registered_groups[0].name == "migrations"
107

0 commit comments

Comments
 (0)