Skip to content

Commit

Permalink
[mod] remove useless continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Feb 4, 2015
1 parent ddb5067 commit 0670d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbaron.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def _iter_in_rendering_order(self, node):
elif kind == "string":
if isinstance(getattr(node, key), string_instance):
yield node
continue
elif kind == "key":
for i in self._iter_in_rendering_order(getattr(node, key)):
yield i
Expand Down

0 comments on commit 0670d9c

Please sign in to comment.