Black & Isort changes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user