Skip to content

Commit

Permalink
Adding init, fixing mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Feb 15, 2024
1 parent fc02905 commit 3eeec77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added florist/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion florist/tests/app/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from florist.api import client


def test_connect():
def test_connect() -> None:
response = client.connect()

assert response.status_code == 200
Expand Down

0 comments on commit 3eeec77

Please sign in to comment.