Python formatting

This commit is contained in:
Mouse Reeve 2022-05-26 09:00:45 -07:00
parent 0bfe1e9dfc
commit 3e54a5f4a3

View file

@ -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