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.
1 parent d223eb7 commit 22fa40cCopy full SHA for 22fa40c
tests/test_directthingclient.py
@@ -7,7 +7,7 @@
7
from fastapi.testclient import TestClient
8
import pytest
9
import labthings_fastapi as lt
10
-from lt.deps import DirectThingClient, direct_thing_client_class
+from labthings_fastapi.deps import DirectThingClient, direct_thing_client_class
11
from .temp_client import poll_task
12
13
0 commit comments