Skip to content

Commit 9cb1225

Browse files
daveisferamauricioabreu
authored andcommitted
Make ruff happy
1 parent cf52a08 commit 9cb1225

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

m3u8/version_matching.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from typing import List
2-
31
from m3u8 import protocol
42
from m3u8.version_matching_rules import VersionMatchingError, available_rules
53

m3u8/version_matching_rules.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from dataclasses import dataclass
2-
from typing import List, Type
32

43
from m3u8 import protocol
54

0 commit comments

Comments
 (0)