zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
353 stars 355 forks source link

Cleanups to pass Flake8, and replace pycodestyle with Flake8 #588

Closed andersk closed 4 years ago

andersk commented 4 years ago

It’s possible that some of the expressions behind by the two “remove unused variables” commits should also be removed.

timabbott commented 4 years ago

This is great, merged, thanks @andersk! I agree it may be worth looking more at the stuff adjacent to the unused variable commits; some of it smells like bugs.