From 8f2cce7f61e43712696e5267a681538ba25da701 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 27 Jul 2020 12:33:40 -0400 Subject: [PATCH] removed extraneous @staticmethod annotation --- tests/integration/blockchain/test_blockchain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/blockchain/test_blockchain.py b/tests/integration/blockchain/test_blockchain.py index 5ee6e88f6..aa0d4339d 100644 --- a/tests/integration/blockchain/test_blockchain.py +++ b/tests/integration/blockchain/test_blockchain.py @@ -412,7 +412,6 @@ class TestMultiBlockFileSyncing(BasicBlockchainTestCase): copy_tree(self.chain.ledger.conf.lbrycrd_dir, self.TEST_DATA_CACHE_DIR) await self.chain.start(*self.LBRYCRD_ARGS) - @staticmethod async def test_lbrycrd_database_queries(self): db = self.chain.db