Skip to content

Commit

Permalink
types working
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Mar 19, 2024
1 parent e8b3218 commit afab34e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions livekit-api/livekit/api/access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import jwt
from typing import Optional, List

bad_type: str = 5

DEFAULT_TTL = datetime.timedelta(hours=6)
DEFAULT_LEEWAY = datetime.timedelta(minutes=1)

Expand Down
2 changes: 0 additions & 2 deletions livekit-rtc/livekit/rtc/audio_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
from ._utils import get_address
from typing import Union

bad_type: str = 5


class AudioFrame:
def __init__(
Expand Down

0 comments on commit afab34e

Please sign in to comment.