Skip to content

Commit c24378b

Browse files
committed
Fix
1 parent 59c93d9 commit c24378b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/common/tests/test_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
import httpx
77
import pytest
8-
from common.http.client import Client, ClientOptions
9-
from common.http.client_token import StringLike
8+
9+
from microsoft.teams.common.http.client import Client, ClientOptions
10+
from microsoft.teams.common.http.client_token import StringLike
1011

1112

1213
class DummyAsyncInterceptor:

0 commit comments

Comments
 (0)