Skip to content

Commit

Permalink
silence pyright strange error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Sep 14, 2024
1 parent 8c0e1ec commit 0651b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlaskTester.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def _ft_client(authenticator):
# none found
if not app:
raise FlaskTesterError(f"cannot find Flask app in {pkg_name} ({test_app})")
client = FlaskClient(authenticator, app.test_client(), default_login)
client = FlaskClient(authenticator, app.test_client(), default_login) # type: ignore

return client

Expand Down

0 comments on commit 0651b52

Please sign in to comment.