fix typo
This commit is contained in:
parent
0637b120cd
commit
53070ef4f9
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Router:
|
||||||
groups: dict[int, "RouterGroup"]
|
groups: dict[int, "RouterGroup"]
|
||||||
restrictions: dict[int, "RouterRestriction"]
|
restrictions: dict[int, "RouterRestriction"]
|
||||||
nodes: deque["RouterNode"]
|
nodes: deque["RouterNode"]
|
||||||
edghes: dict[EdgeIndex, "RouterEdge"]
|
edges: dict[EdgeIndex, "RouterEdge"]
|
||||||
waytypes: dict[int, "RouterWayType"]
|
waytypes: dict[int, "RouterWayType"]
|
||||||
graph: np.ndarray
|
graph: np.ndarray
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue