Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 3e54972 commit 2010ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/factory-stubs/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class StubFactory(Factory[StubObject]):
class Meta:
strategy: Literal["stub"]
model: Type[StubObject]

@classmethod
def build(cls, **kwargs: Any) -> StubObject: ...
@classmethod
Expand Down

0 comments on commit 2010ea7

Please sign in to comment.