Skip to content

Commit

Permalink
correction de zone_sub_category
Browse files Browse the repository at this point in the history
  • Loading branch information
ejamet73 committed Dec 11, 2024
1 parent 771ad9e commit 19758a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/bloom/domain/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class Metrics(BaseModel) :
ship_name: str
vessel_country_iso3: str
vessel_imo: int
duration_total : float
duration_total : timedelta
duration_fishing: Optional[timedelta] = None
zone_name : str
zone_sub_category : Union[timedelta, None]
zone_sub_category : Optional[str] = None

class TotalTimeActivityTypeEnum(str, Enum):
total_time_at_sea: str = "Total Time at Sea"
Expand Down

0 comments on commit 19758a2

Please sign in to comment.