Skip to content

Commit

Permalink
Fix token balance check
Browse files Browse the repository at this point in the history
Fixes: #238
  • Loading branch information
ulope authored and brainbot-devops committed Sep 6, 2019
1 parent a149a1b commit 298252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario_player/utils/token.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
import pathlib
from typing import Optional, Tuple, Union
from typing import Tuple, Union

import structlog
from eth_utils import decode_hex, to_checksum_address
Expand Down

0 comments on commit 298252a

Please sign in to comment.