Convert Exchange arguments to be kw only

This commit is contained in:
Matthias
2023-05-13 13:38:51 +02:00
parent af95d56ceb
commit dc4268b6e7

View File

@@ -92,7 +92,7 @@ class Exchange:
# TradingMode.SPOT always supported and not required in this list
]
def __init__(self, config: Config, validate: bool = True,
def __init__(self, config: Config, *, validate: bool = True,
load_leverage_tiers: bool = False) -> None:
"""
Initializes this module with the given config,