mirror of https://github.com/rq/rq.git
fix: linting error (#1920)
This commit is contained in:
parent
421fd98a9c
commit
933860ee8c
|
@ -1,7 +1,7 @@
|
|||
from datetime import timedelta
|
||||
|
||||
from rq import Queue, Worker
|
||||
from rq.job import Job, JobStatus, UNEVALUATED
|
||||
from rq.job import UNEVALUATED, Job, JobStatus
|
||||
from rq.serializers import JSONSerializer
|
||||
from rq.worker import SimpleWorker
|
||||
from tests import RQTestCase
|
||||
|
|
Loading…
Reference in New Issue