Skip to content

Commit ced5751

Browse files
committed
chore(dpi_ng/consent): add comment explaining deferred client import
1 parent eaad400 commit ced5751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sap_cloud_sdk/core/dpi_ng/consent/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def __init__(
7272
config: Validated ``ConsentConfig`` containing the base URL and auth strategy.
7373
_telemetry_source: Internal parameter; not for end-user use.
7474
"""
75+
# deferred import to break circular dependency: consent/__init__ → services → client
7576
from .client import _ConsentODataClient
7677

7778
self._telemetry_source = _telemetry_source

0 commit comments

Comments
 (0)