refactor: rename platform/ → sdk/ to avoid stdlib conflict
platform/ shadowed Python's stdlib platform module, breaking aiogram/aiohttp/multidict at import time. Renamed to sdk/ and updated all imports across core/, tests/, and adapter/telegram/.
This commit is contained in:
parent
c979f96c3c
commit
41660fe84a
15 changed files with 1727 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# tests/platform/test_mock.py
|
||||
from platform.mock import MockPlatformClient
|
||||
from platform.interface import User, MessageResponse, UserSettings
|
||||
from sdk.mock import MockPlatformClient
|
||||
from sdk.interface import User, MessageResponse, UserSettings
|
||||
from core.protocol import SettingsAction
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue