Manishearth / ChatExchange

A Python API for talking to Stack Exchange chat
Apache License 2.0
65 stars 36 forks source link

Remove flake8 warnings #166

Closed tripleee closed 2 years ago

tripleee commented 2 years ago

I don't always agree with flake8, but the things I don't agree with are petty, and the ones I do agree with are genuinely distracting. This fixes all of them, at least for me locally.

tripleee commented 2 years ago

The client.py refactoring turned out to be buggy and was reverted and replaced in #172