PEP8 fix; newline in contants

This commit is contained in:
John Anderson 2017-10-16 10:30:55 -04:00
parent 24f062007f
commit 26ff6d6a14

View File

@ -4,4 +4,4 @@ from utilities.forms import ChainedModelMultipleChoiceField
# Fields which are used on ManyToMany relationships # Fields which are used on ManyToMany relationships
M2M_FIELD_TYPES = [ M2M_FIELD_TYPES = [
ChainedModelMultipleChoiceField, ChainedModelMultipleChoiceField,
] ]