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
-3
View File
@@ -50,7 +50,6 @@
import datetime
import urllib
import pickle
import time
import sys
@@ -61,12 +60,10 @@ import urllib3
from Requester import Requester
import AuthenticatedUser
import NamedUser
import Organization
import Gist
import github.PaginatedList
import Repository
import Installation
import Legacy
import License
import Topic
import github.GithubObject