Skip to content

Commit c10d214

Browse files
committedMar 3, 2024
fix linting error
·
v1.3.3v1.3.1
1 parent af4b826 commit c10d214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎django_enum/fields.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def deconstruct(self) -> Tuple[str, str, List, dict]:
190190
)
191191
except ValidationError:
192192
pass
193-
193+
194194
if 'default' in kwargs:
195195
# ensure default in deconstructed fields is always the primitive
196196
# value type

0 commit comments

Comments
 (0)
Please sign in to comment.