Skip to content

Commit

Permalink
change type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zmezei committed Jul 7, 2023
1 parent 0b2a1ff commit ccbf531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uagents/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Model(BaseModel):
_schema_no_descriptions = None

@staticmethod
def remove_descriptions(schema: Dict[str, Dict[str, str]]):
def remove_descriptions(schema: Dict[str, Any]):
if not "properties" in schema:
return

Expand Down

0 comments on commit ccbf531

Please sign in to comment.