Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplast committed Feb 17, 2024
1 parent 8807a55 commit c564f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/togawil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(self, widget: toga.Widget):
self._widget = widget

def __getitem__(self, key) -> Optional[toga.Widget]:
o = None
current_widget = None
current_path = ""

Expand Down

0 comments on commit c564f38

Please sign in to comment.