Skip to content

Commit aff707a

Browse files
committed
isort everything
1 parent 9078e73 commit aff707a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloudendure/cloudendure_api/test/test_authentication_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
import unittest
55

6-
from ..api.authentication_api import AuthenticationApi # noqa: E501
76
from cloudendure import cloudendure_api
87
from cloudendure.cloudendure_api.rest import ApiException
98

9+
from ..api.authentication_api import AuthenticationApi # noqa: E501
10+
1011

1112
class TestAuthenticationApi(unittest.TestCase):
1213
"""AuthenticationApi unit test stubs"""

0 commit comments

Comments
 (0)