Commit 65e21eae authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: lint

......@@ -90,7 +90,8 @@ mission_plan_schema = {
},
"emergency": {
"type": "boolean",
"description": "To indicate if this is an emergency. 1 = emergency and 0 = no emergency",
"description": "To indicate if this is an emergency. "
+ "1 = emergency and 0 = no emergency",
"default": False,
"example": False,
},
......
......@@ -167,9 +167,10 @@ mission_plan_schema = {
},
"emergency": {
"default": False,
"description": "To indicate if this is an emergency. 1 = emergency and 0 = no emergency",
"description": "To indicate if this is an emergency. "
+ "1 = emergency and 0 = no emergency",
"example": False,
"type": "boolean"
"type": "boolean",
},
"plan": {
"type": "array",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment