diff options
author | Frederick Muriuki Muriithi | 2023-08-23 09:13:54 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-23 09:13:54 +0300 |
commit | a11658692581e652d88c6977af29b7e51e9394b9 (patch) | |
tree | e1e1d82cb3ecf7ad09b5ae977cd6dd739f03a103 /gn_auth/auth | |
parent | 20c15c534017281959e36997f1d908c81d663aef (diff) | |
download | gn-auth-a11658692581e652d88c6977af29b7e51e9394b9.tar.gz |
pylint: Remove statement calling non-existent member
Diffstat (limited to 'gn_auth/auth')
-rw-r--r-- | gn_auth/auth/db/redis.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn_auth/auth/db/redis.py b/gn_auth/auth/db/redis.py index fdf1d6f..7cc8e10 100644 --- a/gn_auth/auth/db/redis.py +++ b/gn_auth/auth/db/redis.py @@ -18,5 +18,4 @@ def connection(redis_uri) -> Iterator[Redis]: logging.debug(traceback.format_exc()) raise finally: - rconn.disconnect() rconn.close() |