Skip to content

Commit

Permalink
fix flake error
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjw committed Sep 19, 2018
1 parent 9364064 commit e7c5479
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/core/filtering/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
)

from web3 import Web3
from web3._utils.toolz import (
curry,
)
from web3.providers.eth_tester import (
EthereumTesterProvider,
)
Expand Down Expand Up @@ -140,8 +137,8 @@ def emitter_log_topics():


def return_filter(
contract=None,
args=[]):
contract=None,
args=[]):
event_name = args[0]
kwargs = apply_key_map({'filter': 'argument_filters'}, args[1])
if 'fromBlock' not in kwargs:
Expand Down

0 comments on commit e7c5479

Please sign in to comment.