forked from mirrors/bookwyrm
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:
|
try:
|
||||||
data = get_data(remote_id)
|
data = get_data(remote_id)
|
||||||
except ConnectorException:
|
except ConnectorException:
|
||||||
logger.exception(
|
logger.exception("Could not connect to host for remote_id: %s", remote_id)
|
||||||
"Could not connect to host for remote_id: %s", remote_id
|
|
||||||
)
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# determine the model implicitly, if not provided
|
# determine the model implicitly, if not provided
|
||||||
|
|
Loading…
Reference in a new issue