Skip to content

Commit d078ec6

Browse files
committed
fix
1 parent 3ad2f65 commit d078ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

livekit-api/tests/test_access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import datetime
22

3-
import pytest # type: ignore
3+
import pytest
44
from livekit.api import AccessToken, TokenVerifier, VideoGrants, SIPGrants
55
from livekit.protocol.room import RoomConfiguration
66
from livekit.protocol.agent_dispatch import RoomAgentDispatch

livekit-api/tests/test_webhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import base64
22
import hashlib
33

4-
import pytest # type: ignore
4+
import pytest
55
from livekit.api import AccessToken, TokenVerifier, WebhookReceiver
66

77
TEST_API_KEY = "myapikey"

0 commit comments

Comments
 (0)