Skip to content

Commit 7277f6e

Browse files
committed
chore: add missing docstring
1 parent 830253b commit 7277f6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openedx_authz/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ class CasbinRuleForm(forms.ModelForm):
1111
"""Custom form for CasbinRule to make v3, v4, v5 fields optional."""
1212

1313
class Meta:
14+
"""Meta class for CasbinRuleForm."""
15+
1416
model = CasbinRule
1517
fields = "__all__"
1618

0 commit comments

Comments
 (0)