mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix cq degradation: C0411
This commit is contained in:
parent
8737c15fcf
commit
d67711e898
@ -1,3 +1,4 @@
|
||||
import typing as t
|
||||
from enum import Enum
|
||||
import logging
|
||||
from peewee import (
|
||||
@ -6,7 +7,6 @@ from peewee import (
|
||||
CompositeKey,
|
||||
JOIN,
|
||||
)
|
||||
import typing as t
|
||||
|
||||
from app.classes.models.base_model import BaseModel
|
||||
from app.classes.models.servers import Servers
|
||||
|
Loading…
Reference in New Issue
Block a user