Skip to content

Commit 8083a26

Browse files
author
Curtis Mason
committed
lint fixes
Signed-off-by: Curtis Mason <cumason@google.com>
1 parent 46e14c9 commit 8083a26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudevents/sdk/http_events.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
"{0} expected type str but found type {1}".format(
8686
ce_prefixed_field, type(headers[ce_prefixed_field])
8787
))
88-
88+
8989
else:
9090
# TODO: Support structured CloudEvents
9191
raise NotImplementedError
@@ -107,11 +107,11 @@ def is_binary_cloud_event(headers):
107107
if f"ce-{field}" not in headers:
108108
return False
109109
return True
110-
110+
111111
@staticmethod
112112
def detect_event_version(headers, data):
113113
"""
114-
Returns event handler depending on specversion within
114+
Returns event handler depending on specversion within
115115
headers for binary cloudevents or within data for structured
116116
cloud events
117117
"""

0 commit comments

Comments
 (0)