vancauwe commited on
Commit
9f6f8c3
·
1 Parent(s): 7e493fb

fix: typo in circumstances class

Browse files
app/circumstances/class_circumstance.py CHANGED
@@ -98,10 +98,10 @@ class VegetalForestWorkDestruction(CircumstanceTypeBase):
98
  'other forest work', 'unknown forest work']
99
 
100
  class OtherIndirectDestruction(CircumstanceTypeBase):
101
- type: Literal['other indirect desctruction']
102
 
103
  class UnknownIndirectDestruction(CircumstanceTypeBase):
104
- type: Literal['unknown indirect desctruction']
105
 
106
  # Natural cause
107
  class Predation(CircumstanceTypeBase):
 
98
  'other forest work', 'unknown forest work']
99
 
100
  class OtherIndirectDestruction(CircumstanceTypeBase):
101
+ type: Literal['other indirect destruction']
102
 
103
  class UnknownIndirectDestruction(CircumstanceTypeBase):
104
+ type: Literal['unknown indirect destruction']
105
 
106
  # Natural cause
107
  class Predation(CircumstanceTypeBase):