Skip to content

Commit

Permalink
- linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 20, 2024
1 parent e5bf647 commit 2be3cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/validators/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def wrapper(*args, **kwargs):

def deprecated_validator(*args, **kwargs):
warnings.warn(f"{validator.__name__} has been deprecated and will be removed in a future version.",
DeprecationWarning)
DeprecationWarning)
make_val = validator(*wrapper_args, **wrapper_kwargs)
result = []
result.extend(make_val(*args, **kwargs))
Expand Down

0 comments on commit 2be3cf2

Please sign in to comment.