mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-05 09:17:54 +03:00
Removed unused imports
This commit is contained in:
parent
e382bfa19b
commit
481eca7d16
@ -32,13 +32,8 @@
|
|||||||
'''
|
'''
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import transaction
|
|
||||||
|
|
||||||
from uds.core.util.Config import GlobalConfig
|
|
||||||
from uds.models import CalendarAction, getSqlDatetime
|
from uds.models import CalendarAction, getSqlDatetime
|
||||||
from uds.core.util.State import State
|
|
||||||
from uds.core.jobs.Job import Job
|
from uds.core.jobs.Job import Job
|
||||||
from datetime import timedelta
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user