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