mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removing unnecessary empty line.
This commit is contained in:
parent
9265195deb
commit
0475acf91a
1 changed files with 0 additions and 1 deletions
|
@ -1230,7 +1230,6 @@ def user_exists(user,
|
|||
password_column = __password_column(**connection_args)
|
||||
|
||||
cur = dbc.cursor()
|
||||
|
||||
qry = ('SELECT User,Host FROM mysql.user WHERE User = %(user)s AND '
|
||||
'Host = %(host)s')
|
||||
args = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue