Skip to content

Commit

Permalink
fix: fixing ScoringType
Browse files Browse the repository at this point in the history
  • Loading branch information
david-montano-metalab committed Oct 18, 2024
1 parent b4b655b commit 7e5a865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/activities/domain/scores_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CalculationType(enum.StrEnum):
PERCENTAGE = "percentage"


class ScoringType(str, Enum):
class ScoringType(enum.StrEnum):
SCORE = "score"
RAW_SCORE = "raw_score"

Expand Down

0 comments on commit 7e5a865

Please sign in to comment.