optimize imports

This commit is contained in:
gcarq
2018-03-17 22:44:47 +01:00
parent d8689e5045
commit d2aea7bdc1
36 changed files with 101 additions and 69 deletions

View File

@@ -5,6 +5,7 @@ e.g BTC to USD
import logging
import time
from coinmarketcap import Market
logger = logging.getLogger(__name__)