mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __version__/VERSION to redis (#7838)
This commit is contained in:
@@ -59,3 +59,6 @@ RedisError = exceptions.RedisError
|
||||
ResponseError = exceptions.ResponseError
|
||||
TimeoutError = exceptions.TimeoutError
|
||||
WatchError = exceptions.WatchError
|
||||
|
||||
__version__: str
|
||||
VERSION: tuple[int | str, ...]
|
||||
|
||||
Reference in New Issue
Block a user