Skip to content

Commit c4733f8

Browse files
padamstxrmkeezer
authored andcommitted
test: fix lint errors
1 parent 18d64b5 commit c4733f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_iam_token_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# pylint: disable=missing-docstring
22
import os
3-
from ibm_cloud_sdk_core import get_authenticator_from_environment
43
import time
54

65
import responses
76
import jwt
87
import pytest
98

10-
from ibm_cloud_sdk_core import IAMTokenManager, ApiException
9+
from ibm_cloud_sdk_core import IAMTokenManager, ApiException, get_authenticator_from_environment
1110

1211

1312
def get_access_token() -> str:

0 commit comments

Comments
 (0)