Skip to content

Commit

Permalink
Change Timestamp type
Browse files Browse the repository at this point in the history
  • Loading branch information
lagerfeuer committed Jan 25, 2020
1 parent 570b321 commit cc38212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptocompare/cryptocompare.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import datetime
import typing
from typing import Union, Optional, List, Dict
Timestamp = Union[datetime.datetime, time.time]
Timestamp = Union[datetime.datetime, int, float]

# API
_URL_COIN_LIST = 'https://www.cryptocompare.com/api/data/coinlist/'
Expand Down

0 comments on commit cc38212

Please sign in to comment.