Skip to content

Commit 1c3760e

Browse files
author
Ariel Shtul
authored
remove unused MODULE_INFO (#36)
1 parent d194b19 commit 1c3760e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rejson/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ class Client(StrictRedis):
3333
to/from JSON, and provides the ability to use a custom encoder/decoder.
3434
"""
3535

36-
MODULE_INFO = {
37-
'name': 'ReJSON',
38-
'ver': 1
39-
}
40-
4136
_encoder = None
4237
_encode = None
4338
_decoder = None

0 commit comments

Comments
 (0)