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

fixed incorrect import

This commit is contained in:
Adolfo Gómez García 2022-10-13 15:05:32 +02:00
parent 4de443395d
commit a005bf1ca0
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012-2021 Virtual Cable S.L.U.
# Copyright (c) 2012-2022 Virtual Cable S.L.U.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
@ -28,15 +28,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
@author: Adolfo Gómez, dkmaster at dkmon dot com
Author: Adolfo Gómez, dkmaster at dkmon dot com
"""
import datetime
import re
import logging
import typing
from urllib.parse import urlencode
from regex import W
from uds.models.util import getSqlDatetime
from django.utils.translation import ugettext_noop as _