From 0e123a6a33d5e0d73abb8381440a04663634bedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 23 Oct 2024 10:02:44 +0200 Subject: [PATCH] chg: remove unused import in readme Fix https://github.com/ail-project/PyLacus/issues/75 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 382f4f8..aaae8f3 100644 --- a/README.md +++ b/README.md @@ -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') ```