Removed unresolved FreqTrade typehint
This commit is contained in:
parent
1d5608d627
commit
bcd416c83d
@ -89,7 +89,7 @@ class RPC:
|
||||
# Bind _fiat_converter if needed
|
||||
_fiat_converter: Optional[CryptoToFiatConverter] = None
|
||||
|
||||
def __init__(self, freqtrade: "FreqtradeBot") -> None:
|
||||
def __init__(self, freqtrade) -> None:
|
||||
"""
|
||||
Initializes all enabled rpc modules
|
||||
:param freqtrade: Instance of a freqtrade bot
|
||||
|
Loading…
Reference in New Issue
Block a user