fix syntax error
This commit is contained in:
parent
5729f89762
commit
a4a7f02d0b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def describe_location(location, locations):
|
||||||
|
|
||||||
|
|
||||||
class RouteNodeWithOptionalEdge(NamedTuple):
|
class RouteNodeWithOptionalEdge(NamedTuple):
|
||||||
node: int | "RouterNode"
|
node: Union[int, "RouterNode"]
|
||||||
edge: Optional["RouterEdge"]
|
edge: Optional["RouterEdge"]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue