mirror of https://github.com/rq/rq.git
Update exceptions.md (#1655)
Added the import statement for Job (line 18)
This commit is contained in:
parent
d2dcc2fb6b
commit
f2a3e8d346
|
@ -15,6 +15,7 @@ value, traceback).
|
|||
```python
|
||||
from redis import Redis
|
||||
from rq import Queue
|
||||
from rq.job import Job
|
||||
from rq.registry import FailedJobRegistry
|
||||
|
||||
redis = Redis()
|
||||
|
|
Loading…
Reference in New Issue