Skip to content

Commit

Permalink
fix linting / mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Nov 5, 2024
1 parent 099f835 commit 07e1ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stanley/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
else:
kwargs = dict()

redis_storage = redis.from_url(
redis_storage = redis.from_url( # type: ignore
url=REDIS_URL,
decode_responses=True,
**kwargs,
Expand Down

0 comments on commit 07e1ae6

Please sign in to comment.