Skip to content

Commit

Permalink
add type hinting test_translate
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dutchover committed Dec 15, 2023
1 parent b5522d2 commit 6aafb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/test_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
client = TestClient(app)


def test_translate():
def test_translate() -> None:
# Use the imported modules to avoid unused import warning
print(facts)
print(translate)
Expand Down

0 comments on commit 6aafb9c

Please sign in to comment.