Skip to content

Commit

Permalink
Update docstring for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwann committed Feb 1, 2022
1 parent 9dde375 commit 44e68f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connexion/apps/flask_app.py
Expand Up @@ -90,8 +90,7 @@ def run(self,
:type server: str | None
:param debug: include debugging information
:type debug: bool
:param extra_files: extra files that should be watched by the Flask/Werkzeug reloader.
By default, the swagger spec is watched by the reloader.
:param extra_files: additional files to be watched by the reloader.
:type extra_files: Optional[Iterable[str | pathlib.Path]]
:param options: options to be forwarded to the underlying server
"""
Expand Down

0 comments on commit 44e68f5

Please sign in to comment.