We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b67026 commit 4983652Copy full SHA for 4983652
tests/test_cli.py
@@ -16,7 +16,7 @@ class Test_CLI:
16
17
def setup_method(self) -> None:
18
self.runner = CliRunner()
19
- from src import cli
+ from src.__main__ import cli
20
21
self.cli = cli
22
0 commit comments