Skip to content

Commit

Permalink
Remove duplicate multicall
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesigh-3100 committed Dec 11, 2023
1 parent 4823aac commit 0ce0a3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane_bot/config/multicaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def __enter__(self) -> 'MultiCaller':
return self

def __exit__(self, exc_type, exc_val, exc_tb):
if exc_type is None:
self.multicall()
pass

def add_call(self, fn: Callable, *args, **kwargs) -> None:
self._contract_calls.append(partial(fn, *args, **kwargs))
Expand Down

0 comments on commit 0ce0a3e

Please sign in to comment.