Skip to content

Commit 6213283

Browse files
committed
chore: add another missing docstring
1 parent 7277f6e commit 6213283

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openedx_authz/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Meta:
1717
fields = "__all__"
1818

1919
def __init__(self, *args, **kwargs):
20+
"""Initialize CasbinRuleForm."""
2021
super().__init__(*args, **kwargs)
2122
# Make v2, v3, v4, v5 optional in the form
2223
# These fields are not always required depending on the policy type

0 commit comments

Comments
 (0)