Skip to content

Commit 0265b17

Browse files
author
Nissan Pow
committed
black
1 parent 954a827 commit 0265b17

File tree

1 file changed

+1
-1
lines changed
  • metaflow/plugins/datatools/s3

1 file changed

+1
-1
lines changed

metaflow/plugins/datatools/s3/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def __init__(
525525
run: Optional[Union[FlowSpec, "metaflow.Run"]] = None,
526526
s3root: Optional[str] = None,
527527
encryption: Optional[str] = S3_SERVER_SIDE_ENCRYPTION,
528-
**kwargs
528+
**kwargs,
529529
):
530530
if run:
531531
# 1. use a (current) run ID with optional customizations

0 commit comments

Comments
 (0)