Skip to content

Commit

Permalink
try to fix problems with missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Dec 11, 2023
1 parent 7d33bb8 commit 27049cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integrations/jina/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,10 @@ exclude_lines = [
"if __name__ == .__main__.:",
"if TYPE_CHECKING:",
]

[[tool.mypy.overrides]]
module = [
"haystack.*",
"pytest.*"
]
ignore_missing_imports = true

0 comments on commit 27049cb

Please sign in to comment.