Skip to content

Commit

Permalink
Revert "huh?"
Browse files Browse the repository at this point in the history
This reverts commit 48c11dd.
  • Loading branch information
indietyp committed Aug 18, 2023
1 parent 48c11dd commit 8ade452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/@local/hash-graph-types/graph_types/_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def create_model(
*,
actor_id: UUID,
graph: "GraphAPIProtocol",
) -> type[BaseModel] | Annotated[Any, ...]:
) -> type[BaseModel] | Annotated[Any, ...]: # noqa: ANN401
...


Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-graph-types/graph_types/property_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def create_model(
*,
actor_id: UUID,
graph: "GraphAPIProtocol",
) -> type[RootModel] | Annotated[Any, ...]:
) -> type[RootModel] | Annotated[Any, ...]: # noqa: ANN401
return await self.root.create_model(actor_id=actor_id, graph=graph)


Expand Down

0 comments on commit 8ade452

Please sign in to comment.