diff options
| author | 2023-06-08 23:05:26 +0200 | |
|---|---|---|
| committer | 2023-06-08 23:05:26 +0200 | |
| commit | 53a8f300859a50d9f99f1821c35bca999fced6d8 (patch) | |
| tree | 0243959c8241de1b278609a65d4b337e04a597ac /ttun_server/redis.py | |
| parent | 7ac28203290a211a6e17ae0b91bc2b609f110514 (diff) | |
| download | server-53a8f300859a50d9f99f1821c35bca999fced6d8.tar.gz server-53a8f300859a50d9f99f1821c35bca999fced6d8.tar.bz2 server-53a8f300859a50d9f99f1821c35bca999fced6d8.zip | |
v2v2.0.0
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): |
