Skip to content

Commit

Permalink
chore: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
guacs committed Oct 14, 2023
1 parent 3a3dc63 commit c869fe3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions polyfactory/factories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ def _get_or_create_factory(cls, model: type) -> type[BaseFactory[Any]]:
msg = f"unsupported model type {model.__name__}"
raise ParameterException(msg) # pragma: no cover

@classmethod
def _get_constrained_collection_field_meta(cls, field_meta: FieldMeta) -> None:
...

# Public Methods

@classmethod
Expand Down

0 comments on commit c869fe3

Please sign in to comment.