Skip to content

Commit 497b19e

Browse files
committed
run shed against the codebase
1 parent a6b0bb0 commit 497b19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drf_standardized_errors/openapi_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def has_validator(
361361

362362

363363
def get_error_codes_from_validators(
364-
field: Union[serializers.Field, forms.Field]
364+
field: Union[serializers.Field, forms.Field],
365365
) -> Set[str]:
366366
error_codes = set()
367367

0 commit comments

Comments
 (0)