Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Jun 5, 2024
1 parent 18971bf commit bb80b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/openstack_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def _remove_old_openstacksdk_lib() -> None:
import openstack
except AttributeError:
logger.error(
"Failed to import openstack. Assuming juju bug https://bugs.launchpad.net/juju/+bug/2058335."
"Failed to import openstack. "
"Assuming juju bug https://bugs.launchpad.net/juju/+bug/2058335. "
"Removing old openstacksdk library and retrying."
)
_remove_old_openstacksdk_lib()
Expand Down

0 comments on commit bb80b9f

Please sign in to comment.