Merge "Remove unused type check 'int' in audit.py"

This commit is contained in:
Zuul 2019-03-12 01:52:25 +00:00 committed by Gerrit Code Review
commit c1bb0ae443
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ class AuditsController(rest.RestController):
return audits_collection
@wsme_pecan.wsexpose(AuditCollection, types.uuid, int, wtypes.text,
wtypes.text, wtypes.text, wtypes.text, int)
wtypes.text, wtypes.text, wtypes.text)
def get_all(self, marker=None, limit=None, sort_key='id', sort_dir='asc',
goal=None, strategy=None):
"""Retrieve a list of audits.