mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Remove unused namedtuple
This commit is contained in:
parent
8c582c600e
commit
e95b430eec
@ -1,10 +1,7 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from collections import namedtuple
|
|
||||||
from twitchdl.utils import parse_video_identifier, parse_clip_identifier
|
from twitchdl.utils import parse_video_identifier, parse_clip_identifier
|
||||||
|
|
||||||
Args = namedtuple("args", ["video"])
|
|
||||||
|
|
||||||
|
|
||||||
TEST_VIDEO_PATTERNS = [
|
TEST_VIDEO_PATTERNS = [
|
||||||
("702689313", "702689313"),
|
("702689313", "702689313"),
|
||||||
|
Loading…
Reference in New Issue
Block a user