mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-14 12:51:08 +00:00
Python formatting
This commit is contained in:
parent
0bfe1e9dfc
commit
3e54a5f4a3
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue