flake 8
This commit is contained in:
@@ -114,7 +114,8 @@ class Exchange(object):
|
||||
if api.urls.get('test'):
|
||||
api.urls['api'] = api.urls['test']
|
||||
else:
|
||||
logger.warning(self, "No Sandbox URL in CCXT, exiting. Please check your config.json")
|
||||
logger.warning(self, "No Sandbox URL in CCXT, exiting. "
|
||||
"Please check your config.json")
|
||||
raise OperationalException(f'Exchange {name} does not provide a sandbox api')
|
||||
|
||||
def validate_pairs(self, pairs: List[str]) -> None:
|
||||
|
Reference in New Issue
Block a user