Skip to content

Commit d063c8d

Browse files
committed
Updated NoCipher to new declaration type
1 parent cc51ca7 commit d063c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynuodb/crypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def transform(self, data):
293293
transformed.append(chr(cipherByte))
294294
return ''.join(transformed)
295295

296-
class NoCipher:
296+
class NoCipher(object):
297297

298298
def __init__(self):
299299
pass

0 commit comments

Comments
 (0)