From 9a3633648bbe2146abfabde58a00be43fdd03242 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:07:48 +0000 Subject: [PATCH] Fix syntax errors in test_manager_agent_kickoff_for_each.py Co-Authored-By: Joe Moura --- tests/test_manager_agent_kickoff_for_each.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_manager_agent_kickoff_for_each.py b/tests/test_manager_agent_kickoff_for_each.py index f77cdde2d..a402b3f3b 100644 --- a/tests/test_manager_agent_kickoff_for_each.py +++ b/tests/test_manager_agent_kickoff_for_each.py @@ -1,6 +1,5 @@ import json import os -from typing import List from unittest.mock import MagicMock, patch import pytest