mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Refactor logging in Module and Service classes
This commit is contained in:
parent
29179a31df
commit
0b7adc8b19
@ -38,6 +38,7 @@ import typing
|
||||
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from uds.core import types
|
||||
from uds.core.ui.user_interface import UserInterface
|
||||
from uds.core.util import utils, log
|
||||
|
||||
@ -47,7 +48,6 @@ from .serializable import Serializable
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from uds.core import types
|
||||
from uds.models.uuid_model import UUIDModel
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user