chore: cleanup unnecessary mypy suppressions on imports (#24712)
This commit is contained in:
parent
c4496e6cf2
commit
39064197da
24 changed files with 37 additions and 37 deletions
|
|
@ -6,7 +6,7 @@ from typing import Optional
|
|||
|
||||
from flask import request
|
||||
from requests import get
|
||||
from yaml import YAMLError, safe_load # type: ignore
|
||||
from yaml import YAMLError, safe_load
|
||||
|
||||
from core.tools.entities.common_entities import I18nObject
|
||||
from core.tools.entities.tool_bundle import ApiToolBundle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue