Skip to content

Commit aefb3a7

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 2150065 commit aefb3a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dynamic_filenames/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def __format__(self, format_spec):
4949
)
5050
if ftype == "base64":
5151
return (
52-
base64.urlsafe_b64encode(self.bytes)
52+
base64
53+
.urlsafe_b64encode(self.bytes)
5354
.decode("utf-8")
5455
.rstrip("=\n")[:precision]
5556
)

0 commit comments

Comments
 (0)