Skip to content

Commit 50f4357

Browse files
committed
Fix flake line length
1 parent cdda9d4 commit 50f4357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql_ws/constants.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
GQL_DATA = "data" # Server -> Client (graphql-ws)
1515
GQL_NEXT = "next" # Server -> Client (graphql-transport-ws DATA equivalent)
1616
GQL_ERROR = "error" # Server -> Client
17-
GQL_COMPLETE = "complete" # Server -> Client (and Client -> Server for graphql-transport-ws STOP equivalent)
17+
GQL_COMPLETE = "complete" # Server -> Client
18+
# (and Client -> Server for graphql-transport-ws STOP equivalent)
1819
GQL_STOP = "stop" # Client -> Server (graphql-ws only)

0 commit comments

Comments
 (0)