Update exceptions.md (#1655)

Added the import statement for Job (line 18)
This commit is contained in:
urmikab 2022-05-16 09:56:21 +05:30 committed by GitHub
parent d2dcc2fb6b
commit f2a3e8d346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()