From deb09e5c749e3353c927d7fe94bbd35f25ff85ee Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 11 Apr 2021 18:03:11 +0200 Subject: dprint yapf continuation align style edit --- api/randid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/randid.py') diff --git a/api/randid.py b/api/randid.py index c837c2f..6c1ca9d 100644 --- a/api/randid.py +++ b/api/randid.py @@ -10,8 +10,8 @@ def new_uuid(table_name): column_name = tables[table_name] # check if id is already taken if cursor.execute( - f"select {column_name} from {table_name} where {column_name} = ?", - [temp_uuid] + f"select {column_name} from {table_name} where {column_name} = ?", + [temp_uuid] ).fetchone(): return new_uuid(table_name) else: -- cgit v1.2.3