Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2025
1 parent a4786cb commit eeee932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/app/db/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ class EntityState(IntEnum, Enum):
READY = 0
OPENED_IN_ODK = 1
SURVEY_SUBMITTED = 2
NEW_GEOM=3
VALIDATED=5
NEW_GEOM = 3
VALIDATED = 5
MARKED_BAD = 6


Expand Down

0 comments on commit eeee932

Please sign in to comment.