Skip to content

Commit

Permalink
Add first draft of Warc S3 store
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Oct 26, 2023
1 parent cb402b9 commit 3f52d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_query_log/warc_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from types import TracebackType
from typing import ContextManager, IO, NamedTuple, Iterable, Iterator, \
Generator
from uuid import uuid4, uuid5, NAMESPACE_URL
from uuid import uuid4
from warnings import warn

from boto3 import Session
Expand Down

0 comments on commit 3f52d59

Please sign in to comment.