Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 13, 2023
1 parent 5da019b commit e732bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/cloud/odc/aws/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def __call__(self, urls, **kw):
.error = str| botocore.Exception class
"""

def generate_requests(urls, s3, **kw):
for url in urls:
if isinstance(url, tuple):
Expand Down Expand Up @@ -375,4 +376,4 @@ def dirs_pred(f):
else:
stream = do_dir_query(qq, dirs_pred=dirs_pred)

return stream
return stream

0 comments on commit e732bf7

Please sign in to comment.