summaryrefslogtreecommitdiff
path: root/site_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'site_config.py')
-rw-r--r--site_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/site_config.py b/site_config.py
index 4968523..caaf3d8 100644
--- a/site_config.py
+++ b/site_config.py
@@ -33,7 +33,7 @@ class SiteConfig(object):
network_netmask: str
network_router_ip: str
presence_location: Location
- is_anyone_present: Callable[None, bool]
+ is_anyone_present: Callable
arper_minimum_device_count: int
@@ -53,7 +53,7 @@ def get_location():
"""
Returns location as an enum instead of a string.
- >>> from locations import Location
+ >>> from type.locations import Location
>>> location = get_location()
>>> location == Location.HOUSE or location == Location.CABIN
True