This commit is contained in:
amcmanu3 2024-05-26 15:41:01 -04:00
parent d24f56f4a5
commit a46129f20c

View File

@ -1,4 +1,3 @@
import uuid
import logging
import datetime
from peewee import (
@ -384,8 +383,7 @@ class HelpersManagement:
if backup_model:
return model_to_dict(backup_model)
else:
raise IndexError
raise IndexError
@staticmethod
def remove_backup_config(backup_id):