Skip to content

Commit c22a949

Browse files
committed
type checker ignore
1 parent 012bcb6 commit c22a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_enum/fields.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def contribute_to_class(
763763
cls._meta.constraints = [
764764
*cls._meta.constraints,
765765
CheckConstraint(
766-
**{ # type: ignore[arg-type]
766+
**{ # type: ignore[call-overload]
767767
condition: constraint,
768768
"name": self.constraint_name(cls, self.name or name, self.enum),
769769
}

0 commit comments

Comments
 (0)