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
|
102 |
|
103 |
class UnknownIndirectDestruction(CircumstanceTypeBase):
|
104 |
-
type: Literal['unknown indirect
|
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):
|