Skip to content

Commit 0ce70aa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bf9083c commit 0ce70aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloudevents/kafka/conversion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from cloudevents.kafka.exceptions import KeyMapperError
2222
from cloudevents.sdk import types
2323

24-
2524
JSON_MARSHALLER: types.MarshallerType = json.dumps
2625
JSON_UNMARSHALLER: types.UnmarshallerType = json.loads
2726
IDENTITY_MARSHALLER = IDENTITY_UNMARSHALLER = lambda x: x

0 commit comments

Comments
 (0)