1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-11-05 16:24:21 +03:00

A lot of refactorization :S

This commit is contained in:
Adolfo Gómez García
2024-01-11 05:00:49 +01:00
parent 1d4896c089
commit 27d91154b6
151 changed files with 568 additions and 970 deletions

View File

@@ -54,7 +54,7 @@ except Exception:
if typing.TYPE_CHECKING:
from uds import models
from uds.core.environment import Environment
from uds.core.types.request import ExtendedHttpRequest
from uds.core.types.requests import ExtendedHttpRequest
logger = logging.getLogger(__name__)