Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 15, 2024
1 parent 4eaecaa commit 5fe80d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class OrgSize(CamelizedBaseStruct):
engineering: int | None = None


class Scale(CamelizedBaseStruct):
class Scale(enum.Enum):
"""Scale data."""

LOW = "Low"
Expand Down

0 comments on commit 5fe80d5

Please sign in to comment.