Skip to content

Commit

Permalink
Remove unreachable line.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Feb 9, 2019
1 parent 30f50b6 commit 997e666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywinauto/controls/uia_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def item_count(self):
return self.control_count()
finally:
self.collapse()
return self.control_count()


# ====================================================================
Expand Down

0 comments on commit 997e666

Please sign in to comment.