fix: Remove duplicate Protocol import

- Remove Protocol import from typing to fix type checker error
- Keep Protocol from typing_extensions

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-14 06:30:10 +00:00
parent ae82745ddd
commit 3c2f85d9d4

View File

@@ -13,7 +13,6 @@ from typing import (
Generic,
List,
Optional,
Protocol,
Set,
Type,
TypeVar,