add type checking, update deletion function in searchpage, add function to import apparat data from document
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
def create_blob(file):
|
||||
def create_blob(file: str):
|
||||
"""
|
||||
Creates a blob from a file.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user