Skip to content

Commit

Permalink
chore: change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sust4in committed Aug 22, 2024
1 parent cfa9721 commit 5aac448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from unittest.mock import patch, mock_open
import os
from click.testing import CliRunner
from cli import auth
from cli.auth import auth


class TestAuthCommands(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from unittest.mock import patch, MagicMock
import os
from click.testing import CliRunner
from cli import scan
from cli.scan import scan

class TestScanCommand(unittest.TestCase):

Expand Down

0 comments on commit 5aac448

Please sign in to comment.