Skip to content

Commit

Permalink
fix: Ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Dec 16, 2024
1 parent 227f1f0 commit 1050b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class RedisJobVault(JobVault):
DEFAULT_TTL = 86400

def __init__(self):
import redis # type: ignore
import redis # type: ignore
super().__init__()
redis_connection_string = os.getenv("WRITER_PERSISTENT_STORE")
self.redis_client = redis.from_url(redis_connection_string, decode_responses=True, socket_timeout=30)
Expand Down

0 comments on commit 1050b9d

Please sign in to comment.