Removing unnecessary empty line.

This commit is contained in:
Gareth J. Greenaway 2018-10-05 18:16:00 -07:00
parent 9265195deb
commit 0475acf91a
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -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 = {}