Skip to content

Commit 5fa2ea3

Browse files
committed
Fix lint
1 parent 2bf40ae commit 5fa2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h2/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class H2Connection(object):
266266
"""
267267
# The initial maximum outbound frame size. This can be changed by receiving
268268
# a settings frame.
269-
DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 2**16 -1
269+
DEFAULT_MAX_OUTBOUND_FRAME_SIZE = 2**16 - 1
270270

271271
# The initial maximum inbound frame size. This is somewhat arbitrarily
272272
# chosen.

0 commit comments

Comments
 (0)