aboutsummaryrefslogtreecommitdiff
path: root/api/hierarchy.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/hierarchy.py')
-rw-r--r--api/hierarchy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/hierarchy.py b/api/hierarchy.py
index 206e27c..c50aa81 100644
--- a/api/hierarchy.py
+++ b/api/hierarchy.py
@@ -29,7 +29,7 @@ def util_two_id(type="user"):
# if there's an explicit_id, validate it using `type`
if explicit_id and \
- not valid.validate(explicit_id, type):
+ not valid.validate(explicit_id, type):
explicit_id = None
return func(token_id, explicit_id)