Closed Adarsh-jaiss closed 1 year ago
Bug Fix for no-member error for Exception status_code member in which i have fixed the following erros:
memphis/producer.py:210:45: E1101: Instance of 'Exception' has no 'status_code' member (no-member)
and after fixing that, this error occured on the same line 269:12:
269:12
R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
so, I also fixed that error and here's the final PR
Bug Fix for no-member error for Exception status_code member in which i have fixed the following erros:
memphis/producer.py:210:45: E1101: Instance of 'Exception' has no 'status_code' member (no-member)
and after fixing that, this error occured on the same line
269:12
:R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
so, I also fixed that error and here's the final PR