diff --git a/pyproject.toml b/pyproject.toml index 9e81fdd62..543240765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,14 +97,3 @@ disable_error_code = [ "no-redef", ] -# Remove after the switch. -[[tool.mypy.overrides]] -module = [ - "google.genai._interactions", - "google.genai._interactions.*" -] -# 'redundant-cast' is safe to ignore. -disable_error_code = [ - "redundant-cast", -] -implicit_reexport = true