Skip to content

Commit

Permalink
Merge branch 'bugfix/flake_format'
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Oct 28, 2017
2 parents 9b5be0a + 518adf3 commit e1cf63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import time
from .exceptions import BinanceAPIException
from .validation import validate_order
from .enums import *
from .enums import TIME_IN_FORCE_GTC, SIDE_BUY, SIDE_SELL, ORDER_TYPE_LIMIT, ORDER_TYPE_MARKET

if six.PY2:
from urllib import urlencode
Expand Down

0 comments on commit e1cf63f

Please sign in to comment.