Code format.
This commit is contained in:
parent
1fd77b1344
commit
024632a1b8
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ class FileService(CommonService):
|
|||
return errors
|
||||
|
||||
@staticmethod
|
||||
def upload_info(user_id, file, url: str=None):
|
||||
def upload_info(user_id, file, url: str|None=None):
|
||||
def structured(filename, filetype, blob, content_type):
|
||||
nonlocal user_id
|
||||
if filetype == FileType.PDF.value:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue