Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roquebetioljr committed Oct 22, 2024
1 parent bebfd43 commit a00b8cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/planscape/impacts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,10 @@ class TreatmentResult(CreatedAtMixin, DeletedAtMixin, models.Model):
null=True,
)
type = models.CharField(
choices=TreatmentResultType.choices,
default=TreatmentResultType.DIRECT,
help_text="Type of Treatment Result (choice).",
null=True,
choices=TreatmentResultType.choices,
default=TreatmentResultType.DIRECT,
help_text="Type of Treatment Result (choice).",
null=True,
)

class Meta(TypedModelMeta):
Expand Down

0 comments on commit a00b8cd

Please sign in to comment.