summaryrefslogtreecommitdiff
path: root/pip/_vendor/requests/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/_vendor/requests/auth.py')
-rw-r--r--pip/_vendor/requests/auth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pip/_vendor/requests/auth.py b/pip/_vendor/requests/auth.py
index 6664cd80d..9f831b7ad 100644
--- a/pip/_vendor/requests/auth.py
+++ b/pip/_vendor/requests/auth.py
@@ -11,7 +11,6 @@ import os
import re
import time
import hashlib
-import logging
from base64 import b64encode
@@ -19,8 +18,6 @@ from .compat import urlparse, str
from .cookies import extract_cookies_to_jar
from .utils import parse_dict_header
-log = logging.getLogger(__name__)
-
CONTENT_TYPE_FORM_URLENCODED = 'application/x-www-form-urlencoded'
CONTENT_TYPE_MULTI_PART = 'multipart/form-data'