From 759c50354bba3cc2f816e84e7afb98ef52271348 Mon Sep 17 00:00:00 2001 From: "Joel Z. Leibo" Date: Mon, 25 Nov 2024 16:53:39 -0800 Subject: [PATCH] fix another pytype bug PiperOrigin-RevId: 700141978 Change-Id: I488f71e8f8b0b42746de016f39ad960b47825283 --- examples/modular/utils/logging_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/modular/utils/logging_types.py b/examples/modular/utils/logging_types.py index eea59b7..600609a 100644 --- a/examples/modular/utils/logging_types.py +++ b/examples/modular/utils/logging_types.py @@ -64,7 +64,7 @@ class ScenarioResult: """ scenario: str - repetition_idx: int + repetition_idx: str focal_agent: str background_agent: str