From 298252a5c039ac477ad1d7453c7b6383dedcd7c3 Mon Sep 17 00:00:00 2001 From: Ulrich Petri Date: Mon, 2 Sep 2019 19:21:36 +0200 Subject: [PATCH] Fix token balance check Fixes: #238 --- scenario_player/utils/token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario_player/utils/token.py b/scenario_player/utils/token.py index 2930b154e..e01390455 100644 --- a/scenario_player/utils/token.py +++ b/scenario_player/utils/token.py @@ -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