Black & Isort changes

This commit is contained in:
2025-10-13 18:00:03 +02:00
parent 9a27cc175c
commit a81316672c
7 changed files with 48 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ def get_backup_extension():
else:
raise ValueError("Unsupported backup type")
def set_backup_extension_filetype(backup_type):
if backup_type == "markdown":
return ".md"
@@ -21,4 +22,4 @@ def set_backup_extension_filetype(backup_type):
elif backup_type == "Plaintext":
return ".txt"
else:
print("Error file type not found")
print("Error file type not found")