feat(plugins): isolate device integrations
This commit is contained in:
@@ -6,8 +6,8 @@ from typing import Any
|
||||
|
||||
import pytest
|
||||
|
||||
from k1link.device_plugins.xgrids_k1.facade import XGRIDS_K1_PLUGIN_ID
|
||||
from k1link.web.app import INVALID_REQUEST_DETAIL, app
|
||||
from k1link.web.xgrids_k1_facade import XGRIDS_K1_PLUGIN_ID
|
||||
|
||||
|
||||
async def _post_json(path: str, payload: dict[str, Any]) -> tuple[int, str]:
|
||||
|
||||
Reference in New Issue
Block a user