Skip to content

Commit

Permalink
fix typo ?
Browse files Browse the repository at this point in the history
  • Loading branch information
gui2dev committed Feb 8, 2023
1 parent 353f919 commit 68d2981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casbin/synced_enforcer.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def add_named_grouping_policies(self, ptype, rules):
def remove_grouping_policies(self, rules):
"""removes role inheritance rules from the current policy."""
with self._wl:
return self._e.addremove_grouping_policies_policies(rules)
return self._e.remove_grouping_policies(rules)

def remove_named_grouping_policies(self, ptype, rules):
"""removes role inheritance rules from the current named policy."""
Expand Down

0 comments on commit 68d2981

Please sign in to comment.