From 471d1f4600e685bfb6067badb016daa4e0099c7b Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Thu, 29 Feb 2024 17:40:11 +0330 Subject: [PATCH] fix: black linter issue! --- utils/process_guild_data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/process_guild_data.py b/utils/process_guild_data.py index 1a02ffb..d9f1e4c 100644 --- a/utils/process_guild_data.py +++ b/utils/process_guild_data.py @@ -3,7 +3,9 @@ from utils.mongo_utils import MongoUtils -def process_guild_data(platform_document: dict) -> dict[str, str | int | datetime | None]: +def process_guild_data( + platform_document: dict, +) -> dict[str, str | int | datetime | None]: """ process each platform and prepare the analytics for it """