Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Jan 5, 2024
1 parent 699ab04 commit 013d927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .version import __version__
from .version import __version__ # noqa: F401
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from action import ActionExecuter
from version import __version__


def __login(ami_client: ClientWrapper) -> None:
"""Log in to the AMIClient with the credentials from the config."""
ami_client.login(
Expand Down

0 comments on commit 013d927

Please sign in to comment.