Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 13, 2023
1 parent a920c25 commit d33c2de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions archive_query_log/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def parallel_bulk(self, actions, *args, **kwargs):

@dataclass(frozen=True)
class S3Config(DataClassJsonMixin):
endpoint_url:str
access_key:str
secret_key:str
endpoint_url: str
access_key: str
secret_key: str
bucket_name: str

@cached_property
Expand All @@ -83,6 +83,7 @@ def warc_store(self) -> WarcS3Store:
bucket_name=self.bucket_name,
)


@dataclass(frozen=True)
class HttpConfig(DataClassJsonMixin):
max_retries: int = 5
Expand Down

0 comments on commit d33c2de

Please sign in to comment.