test_sqlthread codestyle refactoring

This commit is contained in:
shportix 2023-09-15 13:45:32 +03:00
parent ef0fd969ab
commit 949e847d39
No known key found for this signature in database
GPG Key ID: 2594F3870220CC1E

View File

@ -217,7 +217,6 @@ class TestUpgradeBitmessageDB(TestSqlBase, unittest.TestCase): # pylint: disabl
self._setup_db()
self.test_db.cur.execute('''INSERT INTO settings VALUES('version','2')''')
def version(self):
"""
Run SQL Scripts, Initialize DB with respect to versioning