]> git.cworth.org Git - turbot/commit
Fix several problems pointed out by flake8
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 22:28:58 +0000 (15:28 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 22:28:58 +0000 (15:28 -0700)
commit5e217ceb8c26334fdac4b410c2b403d6de0ed311
tree2f2ce8d4201705082cbe5023228be8e50bcf88b4
parent41f4ec8d04b07bb41a1eae1be8305218194e4a0e
Fix several problems pointed out by flake8

I really should integrate flake8 more decisively into my workflow somehow.

Note: I'm ignoring W503 here since it's contradictory with W504,
(breaking a "line too long" problem at an operator will cause
one of W503 or W504 to fire and there's no way I can see to shut
them both up).
.flake8
turbot/slack.py
turbot/views.py
turbot_flask/turbot.py
turbot_lambda/turbot_lambda.py