Skip to content

Commit 41287d0

Browse files
committed
chore(pydantic_async_validation): ♻️ Apply ruff fixes
1 parent 69b6d67 commit 41287d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_async_validation/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class ValidationInfo:
3131
"""Helper / data class to store validator information."""
3232

33-
__slots__ = ('func', 'extra')
33+
__slots__ = ('extra', 'func')
3434

3535
def __init__(
3636
self,

0 commit comments

Comments
 (0)