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 Nov 29, 2023
1 parent f07cd6e commit 849d937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/attr/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ def __call__(self, inst, attr, value):
msg = f"Length of '{attr.name}' must be >= {self.min_length}: {len(value)}"
raise ValueError(msg)


def __repr__(self):
return f"<min_len validator for {self.min_length}>"

Expand Down

0 comments on commit 849d937

Please sign in to comment.