Remove unused import
authorIdan Gazit <idan@gazit.me>
Wed, 14 Mar 2012 00:04:26 +0000 (17:04 -0700)
committerIdan Gazit <idan@gazit.me>
Wed, 14 Mar 2012 00:04:26 +0000 (17:04 -0700)
requests/auth.py

index 2e2bebcb2ba9d72762f16cfa5377941ef0ff3a81..385dd27d0cc4edb3d89e10fda648993849528d51 100644 (file)
@@ -11,7 +11,7 @@ import time
 import hashlib
 
 from base64 import b64encode
-from .compat import urlparse, str, bytes
+from .compat import urlparse, str
 from .utils import randombytes, parse_dict_header