From 3e54a5f4a3f974133b1020c34504b1fb62cc9a5d Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 26 May 2022 09:00:45 -0700 Subject: [PATCH] Python formatting --- bookwyrm/activitypub/base_activity.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bookwyrm/activitypub/base_activity.py b/bookwyrm/activitypub/base_activity.py index 58c59e5b0..63ec2d016 100644 --- a/bookwyrm/activitypub/base_activity.py +++ b/bookwyrm/activitypub/base_activity.py @@ -271,9 +271,7 @@ def resolve_remote_id( try: data = get_data(remote_id) except ConnectorException: - logger.exception( - "Could not connect to host for remote_id: %s", remote_id - ) + logger.exception("Could not connect to host for remote_id: %s", remote_id) return None # determine the model implicitly, if not provided