Skip to content

Commit cf33d1e

Browse files
author
Joel Collins
committed
Fixed mypy ignore
1 parent 5f666ce commit cf33d1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/labthings/apispec/plugins.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import re
22

33
from apispec import BasePlugin # type: ignore
4-
from apispec.ext.marshmallow import (
5-
MarshmallowPlugin as _MarshmallowPlugin, # type: ignore
4+
5+
from apispec.ext.marshmallow import ( # type: ignore
6+
MarshmallowPlugin as _MarshmallowPlugin,
67
)
78
from apispec.ext.marshmallow import OpenAPIConverter
89
from flask.views import http_method_funcs

0 commit comments

Comments
 (0)