Skip to content

Commit

Permalink
Removed stray comment in ArrayField.check().
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham authored and sarahboyce committed Jan 3, 2025
1 parent a8e4fd1 commit a4d3f25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/contrib/postgres/fields/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def check(self, **kwargs):
)
)
else:
# Remove the field name checks as they are not needed here.
base_checks = self.base_field.check()
if base_checks:
error_messages = "\n ".join(
Expand Down

0 comments on commit a4d3f25

Please sign in to comment.