Remove unused imports.
This commit is contained in:
parent
d97323e7e8
commit
fb47b94252
1 changed files with 6 additions and 6 deletions
|
@ -25,11 +25,11 @@ from matrix.globals import W, OPTIONS
|
||||||
from matrix.plugin_options import RedactType
|
from matrix.plugin_options import RedactType
|
||||||
|
|
||||||
from matrix.colors import Formatted
|
from matrix.colors import Formatted
|
||||||
from matrix.utils import (
|
from matrix.utils import (strip_matrix_server, color_for_tags, date_from_age,
|
||||||
strip_matrix_server, color_for_tags, date_from_age,
|
sender_to_nick_and_color, add_event_tags, sanitize_id,
|
||||||
sender_to_nick_and_color, tags_for_message, add_event_tags, sanitize_id,
|
sanitize_age, sanitize_text, shorten_sender,
|
||||||
sanitize_age, sanitize_text, shorten_sender, add_user_to_nicklist,
|
add_user_to_nicklist, get_prefix_for_level,
|
||||||
get_prefix_for_level, sanitize_power_level, string_strikethrough,
|
sanitize_power_level, string_strikethrough,
|
||||||
line_pointer_and_tags_from_event)
|
line_pointer_and_tags_from_event)
|
||||||
|
|
||||||
PowerLevel = namedtuple('PowerLevel', ['user', 'level'])
|
PowerLevel = namedtuple('PowerLevel', ['user', 'level'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue