aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/minio.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2023-01-04 19:37:07 -0800
committerBryan Newbold <bnewbold@archive.org>2023-01-04 19:37:07 -0800
commit5f73b6428f4b505880ef02429d57f11dc50d98e5 (patch)
tree744ecb99e69777c7eb902ade84dfb125367dddda /python/sandcrawler/minio.py
parent99cc7de073baee53bb97075377906743d364ab84 (diff)
downloadsandcrawler-5f73b6428f4b505880ef02429d57f11dc50d98e5.tar.gz
sandcrawler-5f73b6428f4b505880ef02429d57f11dc50d98e5.zip
mypy lint fixes
Diffstat (limited to 'python/sandcrawler/minio.py')
-rw-r--r--python/sandcrawler/minio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/minio.py b/python/sandcrawler/minio.py
index d47ab89..8836515 100644
--- a/python/sandcrawler/minio.py
+++ b/python/sandcrawler/minio.py
@@ -99,7 +99,7 @@ class SandcrawlerMinioClient(object):
sha1hex: str,
extension: str = "",
prefix: str = "",
- bucket: str = None,
+ bucket: Optional[str] = None,
) -> bytes:
"""
sha1hex is sha1 of the blob itself