summaryrefslogtreecommitdiff
path: root/poezio/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/user.py')
-rw-r--r--poezio/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/user.py b/poezio/user.py
index b51efb14..a389e3f5 100644
--- a/poezio/user.py
+++ b/poezio/user.py
@@ -22,7 +22,7 @@ log = logging.getLogger(__name__)
ROLE_DICT = {'': 0, 'none': 0, 'visitor': 1, 'participant': 2, 'moderator': 3}
-class User(object):
+class User:
"""
keep trace of an user in a Room
"""