summaryrefslogtreecommitdiff
path: root/poezio/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/user.py')
-rw-r--r--poezio/user.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/user.py b/poezio/user.py
index 858c6d0e..3416cd60 100644
--- a/poezio/user.py
+++ b/poezio/user.py
@@ -12,7 +12,6 @@ A user is a MUC participant, not a roster contact (see contact.py)
import logging
from datetime import timedelta, datetime
from hashlib import md5
-from random import choice
from typing import Optional, Tuple
from poezio import xhtml, colors