Skip to content

Commit a389f77

Browse files
Add "Geo" option to cType in MapsElement class
1 parent 3de2cba commit a389f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/videoipath_automation_tool/apps/topology/model/n_graph_elements/topology_n_graph_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Gpid(BaseModel, validate_assignment=True):
1414

1515

1616
class MapsElement(BaseModel, validate_assignment=True):
17-
cType: Literal["Topology"] = "Topology"
17+
cType: Literal["Topology", "Geo"] = "Topology"
1818
id: str = ""
1919
name: str = ""
2020
visible: bool = True

0 commit comments

Comments
 (0)