Skip to content

Commit 640feca

Browse files
authored
Update test_main.py
Remove import app duplicate line
1 parent 5f9ef65 commit 640feca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
from typer.testing import CliRunner
88

9-
# Import from the local package located in the 'src' directory
10-
from src.app import app
11-
129
# Import the 'app' object from the local module in the 'src' package.
1310
from src.app import app
1411

0 commit comments

Comments
 (0)