diff --git a/pyproject.toml b/pyproject.toml index 9806343..d28c550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,3 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "shared.docstore.*" ignore_missing_imports = true - -[[tool.mypy.overrides]] -module = "testcontainers.*" -ignore_missing_imports = true