Skip to content

Commit 0dd5de3

Browse files
committed
chore: 🔧 fix mypy error
1 parent a0bc937 commit 0dd5de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyle38/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Client:
128128
__client_options (ClientOptions): Configuration options for the Redis client.
129129
"""
130130

131-
__redis: Redis = None
131+
__redis = None
132132
__client_options: ClientOptions = {}
133133
__url = ""
134134

0 commit comments

Comments
 (0)