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