Skip to content

Commit

Permalink
fix: black linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Feb 29, 2024
1 parent d523213 commit 471d1f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/process_guild_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 471d1f4

Please sign in to comment.