Skip to content

Commit 1f82404

Browse files
committed
Fixed code style in protocol.py comment
1 parent c5d9844 commit 1f82404

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pynuodb/protocol.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,7 @@ def lookup_code(error_code):
329329
# NuoDB Client-Server Protocol Version #'s
330330
#
331331
PROTOCOL_VERSION1 = 1
332-
PROTOCOL_VERSION2 = 2 # 3/27/2011 Passing SQLState on exceptions; piggybacking generated
333-
# key result sets.
332+
PROTOCOL_VERSION2 = 2 # 3/27/2011 Passing SQLState on exceptions; piggybacking generated key result sets.
334333
PROTOCOL_VERSION3 = 3 # 2/14/2012 Passing txn, node id and commit sequence
335334
PROTOCOL_VERSION4 = 4 # 2/29/2012 Added GetCurrentSchema
336335
PROTOCOL_VERSION5 = 5 # 3/12/2012 Server returns DB UUID

0 commit comments

Comments
 (0)