You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from cloudevents.http import CloudEvent
Simple path to import stuff
Actual Behavior
from cloudevents.sdk.http import CloudEvent
sdk path doesn't actually hold anything therefore we would want to either sub-package http folder or possibly expose it top level by importing it within a cloudevents.__init__.py
The text was updated successfully, but these errors were encountered:
Expected Behavior
from cloudevents.http import CloudEvent
Simple path to import stuff
Actual Behavior
from cloudevents.sdk.http import CloudEvent
sdk path doesn't actually hold anything therefore we would want to either sub-package http folder or possibly expose it top level by importing it within a
cloudevents.__init__.py
The text was updated successfully, but these errors were encountered: