Problem: CI Build error because of flake8 issue

Solution: Fix flake8 issue
This commit is contained in:
Vanshdeep Singh 2018-09-04 12:29:37 +02:00
parent 85eb0b12e1
commit 84535ec401

View File

@ -27,7 +27,6 @@ def test_memoize_to_dict(b):
asset=asset,)\
.sign([alice.private_key])
tx.to_dict()
assert to_dict.cache_info().hits == 0