remove useless indentation
This commit is contained in:
parent
138c5afe18
commit
e6f0dfd0a5
1 changed files with 24 additions and 25 deletions
|
@ -430,7 +430,6 @@ class RosterWindow:
|
||||||
if iter_children:
|
if iter_children:
|
||||||
# We have children. We cannot be removed!
|
# We have children. We cannot be removed!
|
||||||
return False
|
return False
|
||||||
else:
|
|
||||||
# Remove us and empty groups from the model
|
# Remove us and empty groups from the model
|
||||||
for i in iters:
|
for i in iters:
|
||||||
assert self.model[i][C_JID] == contact.jid and \
|
assert self.model[i][C_JID] == contact.jid and \
|
||||||
|
|
Loading…
Add table
Reference in a new issue