Skip to content

Commit c10d214

Browse files
committed
fix linting error
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

+1-1
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)