Skip to content

Commit c3ac70b

Browse files
pre-commit-ci[bot]codingjoe
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff06463 commit c3ac70b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

s3file/forms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ def upload_folder(self):
193193
return str(
194194
pathlib.PurePosixPath(
195195
self.upload_path,
196-
base64.urlsafe_b64encode(uuid.uuid4().bytes)
196+
base64
197+
.urlsafe_b64encode(uuid.uuid4().bytes)
197198
.decode("utf-8")
198199
.rstrip("=\n"),
199200
)

0 commit comments

Comments
 (0)