From f4bb1a259cbd78db26baec681693aec766c6aa9d Mon Sep 17 00:00:00 2001 From: Wanlin Du Date: Sat, 30 May 2026 20:21:19 -0700 Subject: [PATCH] chore: internal change PiperOrigin-RevId: 924108613 --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) 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