Removed typing.List from bibox, hitbtc and kucoin
This commit is contained in:
parent
3c509a1f9b
commit
867ac3f82a
@ -1,6 +1,6 @@
|
|||||||
""" Bibox exchange subclass """
|
""" Bibox exchange subclass """
|
||||||
import logging
|
import logging
|
||||||
from typing import Dict, List
|
from typing import Dict
|
||||||
|
|
||||||
from freqtrade.exchange import Exchange
|
from freqtrade.exchange import Exchange
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import logging
|
import logging
|
||||||
from typing import Dict, List
|
from typing import Dict
|
||||||
|
|
||||||
from freqtrade.exchange import Exchange
|
from freqtrade.exchange import Exchange
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
""" Kucoin exchange subclass """
|
""" Kucoin exchange subclass """
|
||||||
import logging
|
import logging
|
||||||
from typing import Dict, List
|
from typing import Dict
|
||||||
|
|
||||||
from freqtrade.exchange import Exchange
|
from freqtrade.exchange import Exchange
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user