From 2e58a8597aa14b43835dcc162fc661e21c5c8fe2 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 16 Apr 2021 17:01:16 +0200 Subject: fix ugly horizontal alignment by dprint --- api/hierarchy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/hierarchy.py') diff --git a/api/hierarchy.py b/api/hierarchy.py index 87b9db9..247ee9e 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) -- cgit v1.2.3