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 2a68a4b commit fbfcd60Copy full SHA for fbfcd60
test/auth_oidc/test_auth_oidc.py
@@ -40,12 +40,7 @@
40
from pymongo.errors import AutoReconnect, ConfigurationError, OperationFailure
41
from pymongo.hello import HelloCompat
42
from pymongo.operations import InsertOne
43
-from pymongo.synchronous.auth_oidc import (
44
- OIDCCallback,
45
- OIDCCallbackContext,
46
- OIDCCallbackResult,
47
- _get_authenticator,
48
-)
+from pymongo.synchronous.auth_oidc import OIDCCallback, OIDCCallbackContext, OIDCCallbackResult
49
from pymongo.uri_parser import parse_uri
50
51
ROOT = Path(__file__).parent.parent.resolve()
0 commit comments