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 8ce49b8 commit 2fe868bCopy full SHA for 2fe868b
cloudevents_pydantic/events/__init__.py
@@ -23,3 +23,5 @@
23
24
25
from ._event import CloudEvent
26
+
27
+__all__ = ["CloudEvent"]
cloudevents_pydantic/events/_event.py
@@ -62,7 +62,7 @@
62
_binary_field_metadata = FieldInfo.from_annotation(Binary).metadata
63
64
65
-class CloudEvent(BaseModel): # type: ignore
+class CloudEvent(BaseModel):
66
"""
67
A Python-friendly CloudEvent representation backed by Pydantic-modeled fields.
68
0 commit comments