mirror of
https://github.com/dkmstr/openuds.git
synced 2025-10-23 23:34:07 +03:00
MASSIVE type checking fixes for even more strict checkings
This commit is contained in:
@@ -31,7 +31,6 @@ Author: Adolfo Gómez, dkmaster at dkmon dot com
|
||||
"""
|
||||
import logging
|
||||
import typing
|
||||
import collections.abc
|
||||
|
||||
from django.apps import apps
|
||||
from django.db import connections
|
||||
@@ -40,7 +39,7 @@ from uds.core.util import singleton
|
||||
from uds.core.util.log import LogLevel
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from ..messaging import provider
|
||||
pass
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user