Remove default arguments

main
Bob Mottram 2024-02-19 14:44:52 +00:00
parent 480be1c49c
commit 2f7bad0fc5
1 changed files with 1 additions and 1 deletions

View File

@ -1530,7 +1530,7 @@ def _valid_follows_csv(content: str) -> bool:
def save_media_in_form_post(media_bytes, debug: bool,
filename_base: str = None) -> (str, str):
filename_base: str) -> (str, str):
"""Saves the given media bytes extracted from http form POST
Returns the filename and attachment type
"""