removed extraneous @staticmethod annotation

This commit is contained in:
Lex Berezhny 2020-07-27 12:33:40 -04:00
parent 9114a9794d
commit 8f2cce7f61

View file

@ -412,7 +412,6 @@ class TestMultiBlockFileSyncing(BasicBlockchainTestCase):
copy_tree(self.chain.ledger.conf.lbrycrd_dir, self.TEST_DATA_CACHE_DIR) copy_tree(self.chain.ledger.conf.lbrycrd_dir, self.TEST_DATA_CACHE_DIR)
await self.chain.start(*self.LBRYCRD_ARGS) await self.chain.start(*self.LBRYCRD_ARGS)
@staticmethod
async def test_lbrycrd_database_queries(self): async def test_lbrycrd_database_queries(self):
db = self.chain.db db = self.chain.db