mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
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:
@@ -13,7 +13,6 @@ from typing import (
|
|||||||
Generic,
|
Generic,
|
||||||
List,
|
List,
|
||||||
Optional,
|
Optional,
|
||||||
Protocol,
|
|
||||||
Set,
|
Set,
|
||||||
Type,
|
Type,
|
||||||
TypeVar,
|
TypeVar,
|
||||||
|
|||||||
Reference in New Issue
Block a user