Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Mar 3, 2024
1 parent af4b826 commit c10d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_enum/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def deconstruct(self) -> Tuple[str, str, List, dict]:
)
except ValidationError:
pass

if 'default' in kwargs:
# ensure default in deconstructed fields is always the primitive
# value type
Expand Down

0 comments on commit c10d214

Please sign in to comment.