forked from LBRYCommunity/lbry-sdk
removed extraneous @staticmethod annotation
This commit is contained in:
parent
9114a9794d
commit
8f2cce7f61
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue