Skip to content

Commit 71249f7

Browse files
committed
Update UserAcl
1 parent 4f2dc48 commit 71249f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flask_phpbb3/backends/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_user_acl(self, raw_user_permissions: str) -> UserAcl:
7676
return UserAcl(raw_acl_options, raw_user_permissions)
7777

7878

79-
class UserAcl(object):
79+
class UserAcl:
8080
def __init__(self, raw_acl_options: List[Dict], raw_user_permissions: str):
8181
self._acl_options = self._parse_acl_options(raw_acl_options)
8282
self._acl = self._parse_user_permissions(raw_user_permissions)

0 commit comments

Comments
 (0)