Lint: W291 trailing whitespace
This commit is contained in:
@ -142,7 +142,7 @@ class MetadataAPIInstance(object):
|
||||
|
||||
# Obtain a list of templates
|
||||
def get_profile_userdata(self, vm_profile):
|
||||
query = """SELECT userdata.userdata FROM profile
|
||||
query = """SELECT userdata.userdata FROM profile
|
||||
JOIN userdata ON profile.userdata = userdata.id
|
||||
WHERE profile.name = %s;
|
||||
"""
|
||||
|
Reference in New Issue
Block a user