Skip to content

Commit

Permalink
chg: remove unused import in readme
Browse files Browse the repository at this point in the history
Fix #75
  • Loading branch information
Rafiot authored Oct 23, 2024
1 parent 7a15ccc commit 0e123a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ See [API Reference](https://pylacus.readthedocs.io/en/latest/api_reference.html)
## Enqueue
```python

from redis import Redis
from pylacus import PyLacus

redis = Redis()
lacus = PyLacus("http://127.0.0.1:7100")
uuid = lacus.enqueue('google.fr')
```
Expand Down

0 comments on commit 0e123a6

Please sign in to comment.