Skip to content

Commit

Permalink
pytest: remove unused variable (near#6368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 authored Mar 2, 2022
1 parent ad896e7 commit 9ece8a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest/tests/sanity/rpc_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,9 @@ def sha256(*chunks: bytes) -> bytes:


class HashTestCase(unittest.TestCase):
_nodes: typing.Sequence[cluster.BaseNode]

def __init__(self, *args, **kw) -> None:
super().__init__(*args, **kw)
self._nodes = ()
self.maxDiff = None

def test_compute_block_hash(self):
Expand Down

0 comments on commit 9ece8a7

Please sign in to comment.