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 59c93d9 commit c24378bCopy full SHA for c24378b
packages/common/tests/test_client.py
@@ -5,8 +5,9 @@
5
6
import httpx
7
import pytest
8
-from common.http.client import Client, ClientOptions
9
-from common.http.client_token import StringLike
+
+from microsoft.teams.common.http.client import Client, ClientOptions
10
+from microsoft.teams.common.http.client_token import StringLike
11
12
13
class DummyAsyncInterceptor:
0 commit comments