We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e183e48 + 5e87231 commit b1e9d6cCopy full SHA for b1e9d6c
src/api/utils.py
@@ -9,7 +9,7 @@
9
import time
10
from typing import Any
11
12
-from responses_models.api_errors import JsonDecodeError
+from src.responses_models.api_errors import JsonDecodeError
13
from src.logger.logger import logger
14
15
# словарь для хранения времени последнего обновления конфигурации core и gate
src/market_data_obtaining/markets.py
@@ -11,7 +11,7 @@
import ccxt
import src.responses_models.market_models as market_models
-from api.utils import handle_precision
+from src.api.utils import handle_precision
16
17
async def format_assets_labels(markets: ccxt.Exchange.markets, chosen_assets: list[str]) \
0 commit comments