BLD: code formatting

This commit is contained in:
Frederic Fortier
2018-01-22 17:27:59 -05:00
parent 575ac4a36d
commit b47884a504
+1 -1
View File
@@ -1030,7 +1030,7 @@ class CCXT(Exchange):
ticker['volume'] = ticker['baseVolume']
elif 'info' in ticker and 'bidQty' in ticker['info'] \
and 'askQty' in ticker['info']:
and 'askQty' in ticker['info']:
ticker['volume'] = float(ticker['info']['bidQty']) + \
float(ticker['info']['askQty'])