Skip to content

Commit

Permalink
pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks committed Apr 4, 2024
1 parent 6fed7ec commit 581e034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_maintenance_parser/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
try:
from pydantic import field_validator
except ImportError:
# Define a wrapper that acts like field_validator but uses validator for mypy
from pydantic import validator

def field_validator(*args, **kwargs):
"""Define a wrapper that acts like field_validator but uses validator for mypy."""
return validator(*args, **kwargs)


Expand Down

0 comments on commit 581e034

Please sign in to comment.