fix linter issues

This commit is contained in:
2024-03-19 20:46:22 +01:00
parent 86c2d7e84a
commit 4529b07d54

View File

@ -25,7 +25,6 @@ class ApiTest(unittest.TestCase):
self.client = app.test_client() self.client = app.test_client()
config = migrate.get_config() config = migrate.get_config()
with app.app_context(): with app.app_context():
command.upgrade(config, "head") command.upgrade(config, "head")
seed(True) seed(True)