Skip to content

Commit

Permalink
fix: remove unnecessary type ignore comment for CORS import
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <[email protected]>
  • Loading branch information
laipz8200 committed Dec 24, 2024
1 parent 15bdacc commit 49937d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/extensions/ext_blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def init_app(app: DifyApp):
# register blueprint routers

from flask_cors import CORS # type: ignore
from flask_cors import CORS

from controllers.console import bp as console_app_bp
from controllers.files import bp as files_bp
Expand Down

0 comments on commit 49937d4

Please sign in to comment.