Skip to content

Commit

Permalink
chore: bug-fix for crypto data collector (microsoft#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
plpycoin authored Apr 13, 2022
1 parent 85e7cdc commit 7bfc7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data_collector/crypto/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
CUR_DIR = Path(__file__).resolve().parent
sys.path.append(str(CUR_DIR.parent.parent))
from data_collector.base import BaseCollector, BaseNormalize, BaseRun
from data_collector.utils import get_cg_crypto_symbols, deco_retry
from data_collector.utils import deco_retry

from pycoingecko import CoinGeckoAPI
from time import mktime
Expand Down

0 comments on commit 7bfc7e1

Please sign in to comment.