Fix redefined-outer-name

This commit is contained in:
RatishT 2024-06-19 16:42:19 +02:00
parent d718ecf6d3
commit a0e30b60b7
10 changed files with 98 additions and 98 deletions

View file

@ -11,5 +11,5 @@ def fixture_app():
@pytest.fixture
def client(app):
return app.test_client()
def client(app_):
return app_.test_client()