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 73df2fc commit 3469978Copy full SHA for 3469978
sdk/cosmos/azure-cosmos/azure/cosmos/_base.py
@@ -38,7 +38,7 @@
38
from . import http_constants
39
from . import _runtime_constants
40
from ._constants import _Constants as Constants
41
-from ._constants import _Constants.InternalOptions as InternalOptions
+InternalOptions = Constants.InternalOptions
42
from .auth import _get_authorization_header
43
from .offer import ThroughputProperties
44
from .partition_key import _Empty, _Undefined
0 commit comments