We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556a259 commit ac2f768Copy full SHA for ac2f768
capi_janitor/tests/openstack/test_openstack.py
@@ -1,6 +1,7 @@
1
import unittest
2
from unittest.mock import AsyncMock, MagicMock, patch
3
-from capi_janitor.openstack.openstack import Cloud, AuthenticationError
+
4
+from capi_janitor.openstack.openstack import AuthenticationError, Cloud
5
6
7
class TestCloudAenter(unittest.IsolatedAsyncioTestCase):
0 commit comments