Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/valuecell/adapters/assets/i18n_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import logging
from typing import Dict, List, Optional

from ...i18n import get_i18n_service, t, get_i18n_config
from ...config.i18n import I18nConfig
from ...server.api.i18n_api import get_i18n_service, t, get_i18n_config
from ...server.config.i18n import I18nConfig
from .types import Asset, AssetSearchResult, AssetType, MarketStatus
from .manager import AdapterManager

Expand Down
Empty file removed python/valuecell/api/__init__.py
Empty file.
95 changes: 0 additions & 95 deletions python/valuecell/api/app.py

This file was deleted.

Empty file.
20 changes: 0 additions & 20 deletions python/valuecell/api/router/i18n.py

This file was deleted.

174 changes: 0 additions & 174 deletions python/valuecell/api/schemas.py

This file was deleted.

Loading