fix linting issues from #79 #79

Open
srsh wants to merge 8 commits from upgrade into main
Showing only changes of commit 4529b07d54 - Show all commits

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)