We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bd430 commit 548d40bCopy full SHA for 548d40b
archive_query_log/downloaders/warc.py
@@ -9,7 +9,7 @@
9
MULTILINE as RE_MULTILINE,
10
DOTALL as RE_DOTALL,
11
)
12
-from typing import Iterable, Iterator, TypeVar, Generic, Type, Callable, Any, NamedTuple
+from typing import Iterable, Iterator, TypeVar, Generic, Type, Callable, Any
13
from uuid import uuid5
14
from warnings import warn
15
0 commit comments