chore: apply flake8-pytest-style linter rules (#8307)
This commit is contained in:
@@ -13,7 +13,7 @@ CACHED_APP = Flask(__name__)
|
||||
CACHED_APP.config.update({"TESTING": True})
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
@pytest.fixture
|
||||
def app() -> Flask:
|
||||
return CACHED_APP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user