Skip to content

Commit 04d50a8

Browse files
committed
fix: remove redefinition of Any
1 parent 5668f2d commit 04d50a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapr_agents/types/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
model_validator,
77
ConfigDict,
88
)
9-
from typing import List, Optional, Dict, Any
9+
from typing import List, Optional, Dict
1010
import json
1111

1212

0 commit comments

Comments
 (0)