Skip to content

Commit

Permalink
More lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 7, 2023
1 parent 5fcf81d commit bd6396a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/experimental/pydantic/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ def factory_func():
field = _get_field(mutable_default)

created_factory = get_default_factory_for_field(field)
created_factory = created_factory

# should return a factory that copies the default parameter
assert created_factory() == mutable_default
Expand Down

0 comments on commit bd6396a

Please sign in to comment.