From 2ffa5636f0d2a61cfad2e5af44705df8c64fcf3a Mon Sep 17 00:00:00 2001 From: Ariel Shtul Date: Sun, 2 Feb 2020 10:01:34 +0200 Subject: [PATCH] remove unused MODULE_INFO --- rejson/client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rejson/client.py b/rejson/client.py index 8c9e444..d8c806c 100644 --- a/rejson/client.py +++ b/rejson/client.py @@ -33,11 +33,6 @@ class Client(StrictRedis): to/from JSON, and provides the ability to use a custom encoder/decoder. """ - MODULE_INFO = { - 'name': 'ReJSON', - 'ver': 1 - } - _encoder = None _encode = None _decoder = None