We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f666ce commit cf33d1eCopy full SHA for cf33d1e
src/labthings/apispec/plugins.py
@@ -1,8 +1,9 @@
1
import re
2
3
from apispec import BasePlugin # type: ignore
4
-from apispec.ext.marshmallow import (
5
- MarshmallowPlugin as _MarshmallowPlugin, # type: ignore
+
+from apispec.ext.marshmallow import ( # type: ignore
6
+ MarshmallowPlugin as _MarshmallowPlugin,
7
)
8
from apispec.ext.marshmallow import OpenAPIConverter
9
from flask.views import http_method_funcs
0 commit comments