dnm: testing gate

Change-Id: Ibaf1fb0bd96356a77fe42833a41b2fc47b8405f8
This commit is contained in:
Takashi Kajinami 2023-11-26 15:29:58 +09:00
parent c898a310af
commit 6ff0a8a8c9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from murano.common import wsgi
class Controller(object):
"""A wsgi controller that reports which API versions are supported."""
"""A wsgi controller that reports which API versions are supported"""
def index(self, req):
"""Respond to a request for all OpenStack API versions."""