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 eaad400 commit ced5751Copy full SHA for ced5751
1 file changed
src/sap_cloud_sdk/core/dpi_ng/consent/__init__.py
@@ -72,6 +72,7 @@ def __init__(
72
config: Validated ``ConsentConfig`` containing the base URL and auth strategy.
73
_telemetry_source: Internal parameter; not for end-user use.
74
"""
75
+ # deferred import to break circular dependency: consent/__init__ → services → client
76
from .client import _ConsentODataClient
77
78
self._telemetry_source = _telemetry_source
0 commit comments