superstreamlabs / memphis.py

Python client for Memphis. Memphis is an event processing platform
https://pypi.org/project/memphis-py/
Apache License 2.0
37 stars 21 forks source link

Fix : no-member error for Exception status_code member (#1) #178

Closed Adarsh-jaiss closed 1 year ago

Adarsh-jaiss commented 1 year ago

Bug Fix for no-member error for Exception status_code member in which i have fixed the following erros:

and after fixing that, this error occured on the same line 269:12:

so, I also fixed that error and here's the final PR

Adarsh-jaiss commented 1 year ago