Remove impossible TODO

This commit is contained in:
Matthias 2022-03-23 19:40:40 +01:00
parent 800d0c7f24
commit 7d02e81857
1 changed files with 0 additions and 2 deletions

View File

@ -309,8 +309,6 @@ class Exchange:
"""
Return exchange ccxt markets, filtered out by base currency and quote currency
if this was requested in parameters.
TODO: consider moving it to the Dataprovider
"""
markets = self.markets
if not markets: