Skip to content

Commit

Permalink
chore: new any value for _id
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 25, 2024
1 parent 3990b95 commit 3295cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier/model.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Model:
after_callbacks: Sequence[Callable[[Self], None]] = ...,
) -> Self: ...
@property
def identity(self) -> str: ...
def identity(self) -> Any: ...
...

class Field:
Expand Down

0 comments on commit 3295cdd

Please sign in to comment.