Remove unused namedtuple

This commit is contained in:
Ivan Habunek
2021-05-18 13:54:17 +02:00
parent 8c582c600e
commit e95b430eec

View File

@ -1,10 +1,7 @@
import pytest
from collections import namedtuple
from twitchdl.utils import parse_video_identifier, parse_clip_identifier
Args = namedtuple("args", ["video"])
TEST_VIDEO_PATTERNS = [
("702689313", "702689313"),