Skip to content

Commit d63445a

Browse files
pre-commit-ci[bot]lafrech
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4fb31b0 commit d63445a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/apispec_webframeworks/bottle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def gist_detail(gist_id):
2020
print(spec.to_dict()['paths'])
2121
# {'/gists/{gist_id}': {'get': {'responses': {200: {'schema': {'$ref': '#/definitions/Gist'}}}}}}
2222
""" # noqa: E501
23+
2324
import re
2425
from typing import Any, Callable, List, Optional
2526

src/apispec_webframeworks/flask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def post(self):
6666
6767
6868
""" # noqa: E501
69+
6970
import re
7071
from typing import TYPE_CHECKING, Any, Callable, List, Optional, Union
7172

src/apispec_webframeworks/tornado.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def get(self):
2828
# 'schema': {'$ref': '#/definitions/Greeting'}}}}}}
2929
3030
""" # noqa: E501
31+
3132
import inspect
3233
from typing import Any, Callable, Dict, Iterator, List, Optional, Union, cast
3334

0 commit comments

Comments
 (0)