Skip to content

Commit

Permalink
Fixed mypy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Nov 25, 2020
1 parent 5f666ce commit cf33d1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/labthings/apispec/plugins.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import re

from apispec import BasePlugin # type: ignore
from apispec.ext.marshmallow import (
MarshmallowPlugin as _MarshmallowPlugin, # type: ignore

from apispec.ext.marshmallow import ( # type: ignore
MarshmallowPlugin as _MarshmallowPlugin,
)
from apispec.ext.marshmallow import OpenAPIConverter
from flask.views import http_method_funcs
Expand Down

0 comments on commit cf33d1e

Please sign in to comment.