Remove unnecessary spaces

This commit is contained in:
tcely 2025-01-25 20:11:19 -05:00 committed by GitHub
parent b319101c70
commit de1490c416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ class CommaSepChoiceField(models.Field):
for t in self.possible_choices:
choiceArray.append(t)
return choiceArray
def formfield(self, **kwargs):