From 9cb1225b70e0b47da1b0e81e70d0ba313b87fe54 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Fri, 8 Nov 2024 16:40:26 -0700 Subject: [PATCH] Make ruff happy --- m3u8/version_matching.py | 2 -- m3u8/version_matching_rules.py | 1 - 2 files changed, 3 deletions(-) diff --git a/m3u8/version_matching.py b/m3u8/version_matching.py index bd7a9429..b9e653e9 100644 --- a/m3u8/version_matching.py +++ b/m3u8/version_matching.py @@ -1,5 +1,3 @@ -from typing import List - from m3u8 import protocol from m3u8.version_matching_rules import VersionMatchingError, available_rules diff --git a/m3u8/version_matching_rules.py b/m3u8/version_matching_rules.py index c981486b..fae77dd0 100644 --- a/m3u8/version_matching_rules.py +++ b/m3u8/version_matching_rules.py @@ -1,5 +1,4 @@ from dataclasses import dataclass -from typing import List, Type from m3u8 import protocol