Skip to content

Commit e27c02a

Browse files
docs: add comment to migrate class ContentLibraryData(ScopeData)
1 parent 4ebed98 commit e27c02a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openedx_authz/api/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ class ContentLibraryData(ScopeData):
205205
Attributes:
206206
library_id: The content library identifier (e.g., 'library-v1:edX+DemoX+2021_T1').
207207
namespaced_key: Inherited from ScopeData, auto-generated from name if not provided.
208+
209+
TODO: this class should live alongside library definitions and not here.
208210
"""
209211

210212
NAMESPACE: ClassVar[str] = "lib"

0 commit comments

Comments
 (0)