summaryrefslogtreecommitdiff
path: root/redis/typing.py
diff options
context:
space:
mode:
authorDavid Pacsuta <34983281+ant1fact@users.noreply.github.com>2023-01-22 19:41:38 +0100
committerGitHub <noreply@github.com>2023-01-22 20:41:38 +0200
commit5e258a107e4d44522a9222b4c7e8938dbe4bc43e (patch)
treefce1dbd04cecf9f503044aab410b972962b40822 /redis/typing.py
parent18560b43ed759f4ace7ac16f4a3dd53ab2841969 (diff)
downloadredis-py-5e258a107e4d44522a9222b4c7e8938dbe4bc43e.tar.gz
Add missing `Union` type in method `StreamCommands.xclaim()` (#2553)
`Union` was missing in front of `[List[StreamIdT], Tuple[StreamIdT]]` and VSCode was producing an error because of it. After adding `Union` the type annotation is correctly identified by VSCode.
Diffstat (limited to 'redis/typing.py')
0 files changed, 0 insertions, 0 deletions