coding standards
This commit is contained in:
parent
4fa573a3bd
commit
a530b92290
|
@ -357,8 +357,7 @@ class RosterWindow:
|
|||
parent_iters = self._get_contact_iter(
|
||||
big_brother_contact.jid, big_brother_account,
|
||||
big_brother_contact, self.model)
|
||||
assert len(parent_iters) > 0,\
|
||||
'Big brother is not yet in roster!'
|
||||
assert len(parent_iters) > 0, 'Big brother is not yet in roster!'
|
||||
|
||||
# Do not confuse get_contact_iter: Sync groups of family members
|
||||
contact.groups = big_brother_contact.get_shown_groups()[:]
|
||||
|
|
Loading…
Reference in New Issue