mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +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,
|
||||
List,
|
||||
Optional,
|
||||
Protocol,
|
||||
Set,
|
||||
Type,
|
||||
TypeVar,
|
||||
|
||||
Reference in New Issue
Block a user