mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
8
third_party/2/redis/__init__.pyi
vendored
8
third_party/2/redis/__init__.pyi
vendored
@@ -2,10 +2,10 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
import redis.client
|
||||
import redis.connection
|
||||
import redis.utils
|
||||
import redis.exceptions
|
||||
from . import client
|
||||
from . import connection
|
||||
from . import utils
|
||||
from . import exceptions
|
||||
|
||||
Redis = client.Redis
|
||||
StrictRedis = client.StrictRedis
|
||||
|
||||
Reference in New Issue
Block a user