Skip to content

Commit 548d40b

Browse files
Remove unused import
1 parent c2bd430 commit 548d40b

File tree

1 file changed

+1
-1
lines changed
  • archive_query_log/downloaders

1 file changed

+1
-1
lines changed

archive_query_log/downloaders/warc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MULTILINE as RE_MULTILINE,
1010
DOTALL as RE_DOTALL,
1111
)
12-
from typing import Iterable, Iterator, TypeVar, Generic, Type, Callable, Any, NamedTuple
12+
from typing import Iterable, Iterator, TypeVar, Generic, Type, Callable, Any
1313
from uuid import uuid5
1414
from warnings import warn
1515

0 commit comments

Comments
 (0)