mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix CQ C0412
This commit is contained in:
parent
cf2ff2f2d5
commit
fae4aeb492
@ -3,7 +3,6 @@ import logging
|
||||
import datetime
|
||||
import typing as t
|
||||
|
||||
from peewee import DoesNotExist
|
||||
from playhouse.shortcuts import model_to_dict
|
||||
|
||||
from app.classes.models.servers import Servers, HelperServers
|
||||
@ -21,6 +20,7 @@ try:
|
||||
BooleanField,
|
||||
IntegerField,
|
||||
FloatField,
|
||||
DoesNotExist,
|
||||
)
|
||||
|
||||
except ModuleNotFoundError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user