remove todo because it was done
This commit is contained in:
parent
552c996fa7
commit
56542cf54e
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ class Router:
|
||||||
return self.spaces[min(level.spaces, key=lambda space: self.spaces[space].geometry.distance(point))]
|
return self.spaces[min(level.spaces, key=lambda space: self.spaces[space].geometry.distance(point))]
|
||||||
|
|
||||||
def describe_custom_location(self, location):
|
def describe_custom_location(self, location):
|
||||||
# todo: location.request
|
|
||||||
return CustomLocationDescription(
|
return CustomLocationDescription(
|
||||||
space=self.space_for_point(location.level.pk, location,
|
space=self.space_for_point(location.level.pk, location,
|
||||||
self.get_restrictions(location.permissions))
|
self.get_restrictions(location.permissions))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue