1
0
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:
Adolfo Gómez García
2024-02-29 01:33:45 +01:00
parent 05d26c732e
commit a2fc3130cd
381 changed files with 835 additions and 1129 deletions

View File

@@ -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__)