From 12ede4d3019a611b3b58d245d65c52bc01f37046 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 13 Jan 2018 15:33:19 +0100 Subject: yapf -ir --- poezio/user.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'poezio/user.py') diff --git a/poezio/user.py b/poezio/user.py index ae70f6f8..b51efb14 100644 --- a/poezio/user.py +++ b/poezio/user.py @@ -55,8 +55,7 @@ class User(object): theme = get_theme() if theme.ccg_palette: # use XEP-0392 CCG - fg_color = colors.ccg_text_to_color( - theme.ccg_palette, self.nick) + fg_color = colors.ccg_text_to_color(theme.ccg_palette, self.nick) self.color = fg_color, -1 else: mod = len(theme.LIST_COLOR_NICKNAMES) -- cgit v1.2.3