diff --git a/services/follows.py b/services/follows.py index 89bebd2e..105c4b96 100644 --- a/services/follows.py +++ b/services/follows.py @@ -161,7 +161,7 @@ class FollowsCached: "slug": author.slug, "pic": author.pic, } - ) + ), ) follows = await get_author_follows(None, None, user=author.user) if isinstance(follows, dict):