Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Feb 28, 2025
1 parent c2bd430 commit 548d40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_query_log/downloaders/warc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MULTILINE as RE_MULTILINE,
DOTALL as RE_DOTALL,
)
from typing import Iterable, Iterator, TypeVar, Generic, Type, Callable, Any, NamedTuple
from typing import Iterable, Iterator, TypeVar, Generic, Type, Callable, Any
from uuid import uuid5
from warnings import warn

Expand Down

0 comments on commit 548d40b

Please sign in to comment.