[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
80fcc1dd44
commit
ba574a5252
|
@ -21,7 +21,6 @@ from cloudevents.abstract import AnyCloudEvent
|
||||||
from cloudevents.kafka.exceptions import KeyMapperError
|
from cloudevents.kafka.exceptions import KeyMapperError
|
||||||
from cloudevents.sdk import types
|
from cloudevents.sdk import types
|
||||||
|
|
||||||
|
|
||||||
JSON_MARSHALLER: types.MarshallerType = json.dumps
|
JSON_MARSHALLER: types.MarshallerType = json.dumps
|
||||||
JSON_UNMARSHALLER: types.UnmarshallerType = json.loads
|
JSON_UNMARSHALLER: types.UnmarshallerType = json.loads
|
||||||
IDENTITY_MARSHALLER = IDENTITY_UNMARSHALLER = lambda x: x
|
IDENTITY_MARSHALLER = IDENTITY_UNMARSHALLER = lambda x: x
|
||||||
|
|
Loading…
Reference in New Issue