mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user