Skip to content

Commit 54f3573

Browse files
committed
fix(redis-client): normalize optional parameter annotations
Replace all occurrences of Union[T, None] = None and bare T = None with Optional[T] = None in zrange, _zrange, arrtrim, and other methods so that type checkers no longer report errors.
1 parent 393f260 commit 54f3573

File tree

2 files changed

+109
-109
lines changed

2 files changed

+109
-109
lines changed

0 commit comments

Comments
 (0)