Skip to content

Commit d2edaa1

Browse files
committed
Please flake8
1 parent 1b4274d commit d2edaa1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

flask_smorest/spec/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,11 @@ def _openapi_redoc(self):
9999
def _openapi_swagger_ui(self):
100100
"""Expose OpenAPI spec with Swagger UI"""
101101
return flask.render_template(
102-
'swagger_ui.html', title=self.spec.title,
102+
'swagger_ui.html',
103+
title=self.spec.title,
103104
swagger_ui_url=self._swagger_ui_url,
104-
swagger_ui_config=self._app.config.get('OPENAPI_SWAGGER_UI_CONFIG', {})
105+
swagger_ui_config=self._app.config.get(
106+
'OPENAPI_SWAGGER_UI_CONFIG', {})
105107
)
106108

107109

0 commit comments

Comments
 (0)