We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9ef65 commit 640fecaCopy full SHA for 640feca
1 file changed
tests/test_main.py
@@ -6,9 +6,6 @@
6
7
from typer.testing import CliRunner
8
9
-# Import from the local package located in the 'src' directory
10
-from src.app import app
11
-
12
# Import the 'app' object from the local module in the 'src' package.
13
from src.app import app
14
0 commit comments