mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Lint
This commit is contained in:
parent
d24f56f4a5
commit
a46129f20c
@ -1,4 +1,3 @@
|
|||||||
import uuid
|
|
||||||
import logging
|
import logging
|
||||||
import datetime
|
import datetime
|
||||||
from peewee import (
|
from peewee import (
|
||||||
@ -384,7 +383,6 @@ class HelpersManagement:
|
|||||||
|
|
||||||
if backup_model:
|
if backup_model:
|
||||||
return model_to_dict(backup_model)
|
return model_to_dict(backup_model)
|
||||||
else:
|
|
||||||
raise IndexError
|
raise IndexError
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user