chore: add missing docstring

This commit is contained in:
Matthias
2024-11-26 18:26:43 +01:00
parent 2ed8e1639f
commit 06bb43b13e

View File

@@ -1803,6 +1803,7 @@ class Exchange:
@retrier
def get_tickers(self, symbols: list[str] | None = None, cached: bool = False) -> Tickers:
"""
:param symbols: List of symbols to fetch
:param cached: Allow cached result
:return: fetch_tickers result
"""