We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89795a5 commit afbe450Copy full SHA for afbe450
cloudevents/tests/test_pydantic_events.py
@@ -20,7 +20,7 @@
20
from sanic import Sanic, response
21
22
import cloudevents.exceptions as cloud_exceptions
23
-from cloudevents.conversion import to_structured, to_binary
+from cloudevents.conversion import to_binary, to_structured
24
from cloudevents.pydantic import CloudEvent, from_http
25
from cloudevents.sdk import converters
26
from cloudevents.sdk.converters.binary import is_binary
0 commit comments