From 4101142253de8f212c47e5b4c3f4b7369d9d5cda Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Wed, 26 Aug 2020 11:45:24 +0200 Subject: [PATCH] black --- app/api/serializer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/serializer.py b/app/api/serializer.py index c22dceab..b1b00651 100644 --- a/app/api/serializer.py +++ b/app/api/serializer.py @@ -244,7 +244,7 @@ def get_alias_infos_with_pagination_v3( .filter( or_( EmailLog.created_at == sub.c.max_created_at, - sub.c.max_created_at == None, # no email log yet for this alias + sub.c.max_created_at == None, # no email log yet for this alias ) ) )