Skip to content

Commit fb49dc8

Browse files
committed
Fixed NoCipher transform comment
1 parent c7fd9d5 commit fb49dc8

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
@@ -309,5 +309,5 @@ def __init__(self):
309309
pass
310310

311311
def transform(self, data):
312-
""" Returns the data as passed in so that it will be sent unencryptedgit to the server"""
312+
""" Returns the data as passed in so that it will be sent unencrypted to the server"""
313313
return data

0 commit comments

Comments
 (0)