Skip to content

Commit

Permalink
Remove: duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Jan 15, 2025
1 parent 0effbe4 commit f0eacb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.

This file was deleted.

16 changes: 0 additions & 16 deletions src/backend/app/models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,3 @@ class FlightMode(str, Enum):

waylines = "waylines"
waypoints = "waypoints"


class ImageProcessingStatus(IntEnum, Enum):
"""
The status of the image processing.
The status can be:
- ``not_started``
- ``processing``
- ``completed``
- ``failed``
"""

NOT_STARTED = 0
PROCESSING = 1
COMPLETED = 2
FAILED = 3

0 comments on commit f0eacb1

Please sign in to comment.