Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 27, 2023
1 parent 308917c commit 0d6610d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Ruff - Checks

on: [push, pull_request]

on: push
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion livekit-rtc/livekit/rtc/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from .participant import LocalParticipant, Participant, RemoteParticipant
from .track import RemoteAudioTrack, RemoteVideoTrack
from .track_publication import RemoteTrackPublication
from .participant import RemoteParticipant, Participant

EventTypes = Literal[
"participant_connected",
Expand Down

0 comments on commit 0d6610d

Please sign in to comment.