Skip to content

Commit 2445800

Browse files
committed
PyFlakes.
1 parent ccded65 commit 2445800

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

github2/request.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import sys, time, datetime, math
1+
import sys, time, datetime
22
import httplib
33
try:
44
import json as simplejson # For Python 2.6
@@ -88,7 +88,6 @@ def make_request(self, path, extra_post_data=None, method="GET"):
8888
return result
8989

9090
def raw_request(self, url, extra_post_data, method="GET"):
91-
resource = urlparse(url)
9291
scheme, netloc, path, params, query, fragment = urlparse(url)
9392
hostname = netloc.split(':')[0]
9493
post_data = None

0 commit comments

Comments
 (0)