Skip to content

Commit

Permalink
fix: mypy change
Browse files Browse the repository at this point in the history
  • Loading branch information
bodyangug committed Oct 4, 2023
1 parent b74e3b1 commit 89a3dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from flasgger import Swagger # type: ignore
from flask import Flask # type: ignore
from flask_cors import CORS
from flask_cors import CORS # type: ignore
from v2.common_api import common_api
from v2.db.database import db_session
from v2.imago_api import imago_api
Expand Down

0 comments on commit 89a3dc0

Please sign in to comment.