Skip to content

Commit bfd19f8

Browse files
committed
fix: remove unused Channel import (ruff F401)
1 parent 3bd79dc commit bfd19f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

videodb/capture_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List, Optional
22
from videodb._constants import ApiPath
3-
from videodb.capture import Channel, VideoChannel, AudioChannel
3+
from videodb.capture import VideoChannel, AudioChannel
44
from videodb.rtstream import RTStream
55

66

0 commit comments

Comments
 (0)