From e84417c077d0bdd489a93c4703bf5bd3738e09a1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 10 Jun 2024 10:01:24 +0200 Subject: [PATCH] lint fs --- rwx/fs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rwx/fs/__init__.py b/rwx/fs/__init__.py index 2a6af2c..e769358 100644 --- a/rwx/fs/__init__.py +++ b/rwx/fs/__init__.py @@ -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):