Skip to content

Commit 1bf2d32

Browse files
committed
fixed ruff
1 parent b190d15 commit 1bf2d32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

livekit-api/tests/test_webhook.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
from datetime import datetime, timedelta
44

55
import pytest # type: ignore
6-
import jwt.exceptions # Import for JWT specific exceptions
76
from livekit.api import AccessToken, TokenVerifier, WebhookReceiver
8-
from livekit.api.errors import LiveKitError # Import for LiveKit API specific errors
97

108
TEST_API_KEY = "myapikey"
119
TEST_API_SECRET = "thiskeyistotallyunsafe"

0 commit comments

Comments
 (0)