one more lint error

This commit is contained in:
Gareth J. Greenaway 2015-08-09 17:52:48 -07:00
parent 317a8ec75c
commit 66f640086a

View file

@ -208,7 +208,7 @@ def query(url,
auth = None
else:
if not username and not password and isinstance(auth, tuple):
(username, password) = auth # pylint: disable=W0633
(username, password) = auth # pylint: disable=W0633
if requests_lib is True:
sess = requests.Session()