Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit c4473fe

Browse files
HoodieRocksgithub-actions[bot]
authored andcommitted
Apply formatting
1 parent ac09c08 commit c4473fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def upload_file(file: str, file_name: str, uploader: str, is_icon: bool = False)
8585

8686
if len(decoded) > 255999:
8787
return "File too big."
88-
88+
8989
path.touch()
9090
path.write_bytes(decoded)
9191

0 commit comments

Comments
 (0)