Skip to content

Commit 0651b52

Browse files
author
Fabien Coelho
committed
silence pyright strange error
1 parent 8c0e1ec commit 0651b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlaskTester.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def _ft_client(authenticator):
603603
# none found
604604
if not app:
605605
raise FlaskTesterError(f"cannot find Flask app in {pkg_name} ({test_app})")
606-
client = FlaskClient(authenticator, app.test_client(), default_login)
606+
client = FlaskClient(authenticator, app.test_client(), default_login) # type: ignore
607607

608608
return client
609609

0 commit comments

Comments
 (0)