aboutsummaryrefslogtreecommitdiff
path: root/requests/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests/auth.py')
-rw-r--r--requests/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/auth.py b/requests/auth.py
index 2e2bebc..385dd27 100644
--- a/requests/auth.py
+++ b/requests/auth.py
@@ -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