Skip to content

Commit dc8d49c

Browse files
authored
Mark redis.asyncio as public in top-level __init__.py
1 parent 0d47d65 commit dc8d49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def int_or_str(value):
5656
VERSION = tuple([99, 99, 99])
5757

5858
__all__ = [
59+
"asyncio",
5960
"AuthenticationError",
6061
"AuthenticationWrongNumberOfArgsError",
6162
"BlockingConnectionPool",

0 commit comments

Comments
 (0)