Skip to content

Commit 4636772

Browse files
committed
chore: Delint
1 parent 141d5b2 commit 4636772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __get_type(self) -> Type:
4848
elif self.type == "object":
4949
if isinstance(self.AdditionalProperties, ParameterSchema):
5050
value_type = self.AdditionalProperties.__get_type()
51-
base_type = dict[str, value_type]
51+
base_type = dict[str, value_type] # type: ignore
5252
else:
5353
base_type = dict[str, Any]
5454
else:

0 commit comments

Comments
 (0)