diff --git a/relay/actor.py b/relay/actor.py index 74d34ec..578f041 100644 --- a/relay/actor.py +++ b/relay/actor.py @@ -141,7 +141,6 @@ async def follow_remote_actor(actor_uri): async def unfollow_remote_actor(actor_uri): - return actor = await fetch_actor(actor_uri) if not actor: logging.info('failed to fetch actor at: %r', actor_uri)