Clean up a lot of pyflakes warnings (#1153)

Clean up unused imports or unused variables to mostly silence pyflakes.
We aren't quite yet in a place where we can run it via Travis, but baby
steps.
This commit is contained in:
Steve Kowalik
2019-07-02 18:06:09 +10:00
committed by GitHub
parent 0f2beaca83
commit b8dad9817e
36 changed files with 13 additions and 71 deletions
-2
View File
@@ -22,8 +22,6 @@
# #
################################################################################
import json
import github.GithubObject
import github.Project
import github.ProjectCard