diff options
Diffstat (limited to 'ttun_server/redis.py')
| -rw-r--r-- | ttun_server/redis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttun_server/redis.py b/ttun_server/redis.py index 344c107..3065dec 100644 --- a/ttun_server/redis.py +++ b/ttun_server/redis.py | |||
| @@ -3,7 +3,7 @@ import os | |||
| 3 | from aioredis import ConnectionPool, Redis | 3 | from aioredis import ConnectionPool, Redis |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | class RedisConnectionPool(): | 6 | class RedisConnectionPool: |
| 7 | instance: 'RedisConnectionPool' = None | 7 | instance: 'RedisConnectionPool' = None |
| 8 | 8 | ||
| 9 | def __init__(self): | 9 | def __init__(self): |
