1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fixed auto-imported regex by mistake...

This commit is contained in:
Adolfo Gómez García 2024-01-29 01:28:15 +01:00
parent af441c13e7
commit dfedbd6bf3
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -45,7 +45,6 @@ import collections.abc
import abc
from django.utils.translation import gettext
from regex import F
from uds.core import consts, exceptions, types
from uds.core.managers.crypto import UDSK, CryptoManager