fixed minor import error in jobs docs (#1334)

main
maces 4 years ago committed by GitHub
parent 56e756f512
commit 48f5a68013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,8 @@ The default serializer used is `pickle`
```python
import json
from rq import Job, Queue
from rq import Queue
from rq.job import Job
job = Job(connection=connection, serializer=json)
queue = Queue(connection=connection, serializer=json)

Loading…
Cancel
Save