Skip to content

Commit b5f509a

Browse files
committed
Remove unused imports
1 parent 6e8d15d commit b5f509a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

django_lightweight_queue/cron_scheduler.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import re
22
import imp
3-
import sys
43
import time
54
import logging
65
import datetime
@@ -9,10 +8,9 @@
98
from django.apps import apps
109
from django.core.management import call_command
1110

12-
from . import app_settings
1311
from .task import task
1412
from .utils import get_backend, configure_logging, \
15-
set_process_title, contribute_implied_queue_name
13+
contribute_implied_queue_name
1614

1715
CRON_QUEUE_NAME = 'cron_scheduler'
1816

0 commit comments

Comments
 (0)