mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
one more lint error
This commit is contained in:
parent
317a8ec75c
commit
66f640086a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue