Fix missing space

This commit is contained in:
Daniel Sheppard 2019-09-06 11:36:39 -05:00
parent cd2b550750
commit 51453bb90b

View File

@ -11,7 +11,7 @@ from tenancy.models import Tenant, TenantGroup
from utilities.constants import COLOR_CHOICES from utilities.constants import COLOR_CHOICES
from utilities.forms import ( from utilities.forms import (
add_blank_choice, APISelectMultiple, BootstrapMixin, BulkEditForm, BulkEditNullBooleanSelect, ColorSelect, add_blank_choice, APISelectMultiple, BootstrapMixin, BulkEditForm, BulkEditNullBooleanSelect, ColorSelect,
CommentField, ContentTypeSelect, FilterChoiceField, LaxURLField, JSONField, SlugField,StaticSelect2, CommentField, ContentTypeSelect, FilterChoiceField, LaxURLField, JSONField, SlugField, StaticSelect2,
BOOLEAN_WITH_BLANK_CHOICES, BOOLEAN_WITH_BLANK_CHOICES,
) )
from .constants import ( from .constants import (