remove todo because it's done
This commit is contained in:
parent
16f017d811
commit
baa92435ff
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ class Router:
|
||||||
location.nodes = set(i for i in location_nodes.keys())
|
location.nodes = set(i for i in location_nodes.keys())
|
||||||
location.nodes_addition = location_nodes
|
location.nodes_addition = location_nodes
|
||||||
locations = tuple((location, ))
|
locations = tuple((location, ))
|
||||||
# todo: route from/to custom location
|
|
||||||
return RouterLocation(tuple(location for location in locations
|
return RouterLocation(tuple(location for location in locations
|
||||||
if location is not None and (location.access_restriction_id is None or
|
if location is not None and (location.access_restriction_id is None or
|
||||||
location.access_restriction_id in permissions)))
|
location.access_restriction_id in permissions)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue