lint fs
This commit is contained in:
parent
517da87ffb
commit
e84417c077
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def create_image(file_path: str, size_bytes: int):
|
|||
|
||||
|
||||
def empty_file(path: str):
|
||||
write(path, str())
|
||||
write(path, "")
|
||||
|
||||
|
||||
def get_mount_uuid(path: str):
|
||||
|
|
Loading…
Reference in a new issue