Skip to content

Commit

Permalink
Rename Oracles
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Dec 10, 2019
1 parent 62a293b commit 36f2e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -16,7 +16,7 @@ ethereum==2.3.2
factory-boy==2.12.0
faker==1.0.7
gevent==1.4.0
gnosis-py==1.7.7
gnosis-py==1.7.8
gunicorn==20.0.4
hexbytes==0.2.0
lxml==4.4.1
Expand Down
4 changes: 1 addition & 3 deletions safe_relay_service/tokens/price_oracles.py
Expand Up @@ -6,9 +6,7 @@
from cachetools import TTLCache, cached

from gnosis.eth import EthereumClientProvider
from gnosis.eth.oracles import Kyber as KyberOracle
from gnosis.eth.oracles import OracleException
from gnosis.eth.oracles import Uniswap as UniswapOracle
from gnosis.eth.oracles import KyberOracle, OracleException, UniswapOracle

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 36f2e79

Please sign in to comment.