Skip to content

Commit 77a7a47

Browse files
committed
refactor: remove attribute documentation
1 parent 2683c77 commit 77a7a47

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

openedx_authz/tests/test_enforcement.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
class AuthRequest(TypedDict):
1717
"""
1818
Represents an authorization request with all necessary parameters.
19-
20-
Attributes:
21-
subject (str): The subject (user/service) requesting access
22-
action (str): The action being requested
23-
object (str): The object/resource being accessed
24-
scope (str): The authorization scope
25-
expected_result (bool): Whether access should be granted
2619
"""
2720

2821
subject: str

0 commit comments

Comments
 (0)