Fix redefined-outer-name
This commit is contained in:
parent
d718ecf6d3
commit
a0e30b60b7
10 changed files with 98 additions and 98 deletions
|
|
@ -11,5 +11,5 @@ def fixture_app():
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
def client(app):
|
||||
return app.test_client()
|
||||
def client(app_):
|
||||
return app_.test_client()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue