Skip to content

Commit 988efde

Browse files
committed
refactor: remove redundant comment in from_binary function
Signed-off-by: Tudor Plugaru <[email protected]>
1 parent f702515 commit 988efde

File tree

1 file changed

+0
-1
lines changed
  • src/cloudevents/core/bindings

1 file changed

+0
-1
lines changed

src/cloudevents/core/bindings/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def from_binary(
158158
"""
159159
attributes: dict[str, Any] = {}
160160

161-
# Single pass: normalize headers and extract attributes
162161
for header_name, header_value in message.headers.items():
163162
normalized_name = header_name.lower()
164163

0 commit comments

Comments
 (0)