Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2024
1 parent bf9083c commit 0ce70aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudevents/kafka/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from cloudevents.kafka.exceptions import KeyMapperError
from cloudevents.sdk import types


JSON_MARSHALLER: types.MarshallerType = json.dumps
JSON_UNMARSHALLER: types.UnmarshallerType = json.loads
IDENTITY_MARSHALLER = IDENTITY_UNMARSHALLER = lambda x: x
Expand Down

0 comments on commit 0ce70aa

Please sign in to comment.