benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Changed all occurences of 'try except pass' into 'with suppress' context manager #81

Closed purpleP closed 8 years ago

purpleP commented 8 years ago

In case someone isn't aware of this feature (and I don't know any reason why someone would still usetry except pass except for this) here's a link

benjamin-hodgson commented 8 years ago

Thanks for the contribution! The continuous integration build is failing because of this unused import. Once you have removed that I will be very happy to merge your pull request. 😎

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.009%) to 95.903% when pulling 841546ea3afebb2af781e9eef3cc2c00d854750a on purpleP:cleanup into 59e839f81f4e230370a5a13b4e2c00b07ce73d08 on benjamin-hodgson:master.