From 78487199b9602e2614e3ed5e211f7633de35b1c1 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 30 Oct 2021 20:13:07 +0300 Subject: [PATCH] indent fix --- resolvers/zine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resolvers/zine.py b/resolvers/zine.py index c7e1fbaf..a4a5aa04 100644 --- a/resolvers/zine.py +++ b/resolvers/zine.py @@ -96,8 +96,8 @@ class TopShouts: @staticmethod async def prepare_shouts_by_time(): month_ago = datetime.now() - timedelta(days = 30) - with local_session() as session: - # TODO: select recent shouts + # with local_session() as session: + # TODO: select recent shouts @staticmethod async def prepare_favorites_shouts():