Skip to content

Commit afbe450

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudevents/tests/test_pydantic_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from sanic import Sanic, response
2121

2222
import cloudevents.exceptions as cloud_exceptions
23-
from cloudevents.conversion import to_structured, to_binary
23+
from cloudevents.conversion import to_binary, to_structured
2424
from cloudevents.pydantic import CloudEvent, from_http
2525
from cloudevents.sdk import converters
2626
from cloudevents.sdk.converters.binary import is_binary

0 commit comments

Comments
 (0)