Fixed linting error

This commit is contained in:
Kevin Brown 2020-01-07 20:19:10 -05:00
parent 893b236258
commit ff1ebedc5f

View File

@ -748,6 +748,7 @@ class NullBooleanField(BooleanField):
kwargs['allow_null'] = True
super().__init__(**kwargs)
# String types...
class CharField(Field):