Updates Dependencies, Creates Dockerfile and Formats Code
This commit is contained in:
@@ -6,6 +6,4 @@ from storage_service.utils.file_name_hash import file_name_hash
|
||||
|
||||
|
||||
def storage_file_worker(username: str, file_postfix: str) -> None:
|
||||
dependency_storage_service().process_file(
|
||||
file_name_hash(username, file_postfix)
|
||||
)
|
||||
dependency_storage_service().process_file(file_name_hash(username, file_postfix))
|
||||
|
||||
Reference in New Issue
Block a user