Skip to content

Commit ac2f768

Browse files
committed
Fix linter issues
1 parent 556a259 commit ac2f768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

capi_janitor/tests/openstack/test_openstack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import unittest
22
from unittest.mock import AsyncMock, MagicMock, patch
3-
from capi_janitor.openstack.openstack import Cloud, AuthenticationError
3+
4+
from capi_janitor.openstack.openstack import AuthenticationError, Cloud
45

56

67
class TestCloudAenter(unittest.IsolatedAsyncioTestCase):

0 commit comments

Comments
 (0)