Skip to content

Commit fbfcd60

Browse files
committed
remove unused import
1 parent 2a68a4b commit fbfcd60

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/auth_oidc/test_auth_oidc.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@
4040
from pymongo.errors import AutoReconnect, ConfigurationError, OperationFailure
4141
from pymongo.hello import HelloCompat
4242
from pymongo.operations import InsertOne
43-
from pymongo.synchronous.auth_oidc import (
44-
OIDCCallback,
45-
OIDCCallbackContext,
46-
OIDCCallbackResult,
47-
_get_authenticator,
48-
)
43+
from pymongo.synchronous.auth_oidc import OIDCCallback, OIDCCallbackContext, OIDCCallbackResult
4944
from pymongo.uri_parser import parse_uri
5045

5146
ROOT = Path(__file__).parent.parent.resolve()

0 commit comments

Comments
 (0)