Fix some comments

This commit is contained in:
Matthias
2018-08-10 10:19:26 +02:00
parent e34f2abc3a
commit 74d6816a1a
2 changed files with 4 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class Exchange(object):
_cached_ticker: Dict[str, Any] = {}
# Holds last candle refreshed time of each pair
_pairs_last_refresh_time : Dict[str, int] = {}
_pairs_last_refresh_time: Dict[str, int] = {}
# Holds candles
_cached_klines: Dict[str, Any] = {}