mirror of https://github.com/rq/rq.git
Make flake8 happy :)
This commit is contained in:
parent
1b39996bf7
commit
f9511664c8
|
@ -2,7 +2,6 @@
|
|||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
|
||||
import types
|
||||
import inspect
|
||||
import warnings
|
||||
from functools import partial
|
||||
|
|
|
@ -346,5 +346,5 @@ class TestJob(RQTestCase):
|
|||
job = queue.enqueue(say_hello, job_id="1234")
|
||||
self.assertEqual(job.id, "1234")
|
||||
job.perform()
|
||||
|
||||
|
||||
self.assertRaises(TypeError, queue.enqueue, say_hello, job_id=1234)
|
||||
|
|
Loading…
Reference in New Issue