cloudevents / sdk-python

Python SDK for CloudEvents
https://pypi.org/p/cloudevents/
Apache License 2.0
266 stars 53 forks source link

chore: cleanup codebase and fix flake errors #188

Closed xSAVIKx closed 1 year ago

xSAVIKx commented 1 year ago

In this PR I have cleaned up:

xSAVIKx commented 1 year ago

@sasha-tkachev FYI. It's a bad practice to "export" APIs of the other modules from the current module (e.g. you were exporting convertion APIs from the http module and from the pydantic module). and I have missed this in the review.

xSAVIKx commented 1 year ago

@Klaudioz PTAL.