Merge "Removed unused constant in v3/views/clusters.py"

This commit is contained in:
Jenkins 2017-06-03 15:52:48 +00:00 committed by Gerrit Code Review
commit e22c97bf7d

View File

@ -19,8 +19,6 @@ from oslo_utils import timeutils
class ViewBuilder(object):
"""Map Cluster into dicts for API responses."""
_collection_name = 'clusters'
@staticmethod
def _normalize(date):
if date: