mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
idlelib: remove unused names and imports (one is a duplicate import).
This commit is contained in:
parent
82796193f9
commit
2733618fd9
8 changed files with 5 additions and 12 deletions
|
@ -23,7 +23,7 @@ def find_selection(text):
|
|||
class SearchDialog(SearchDialogBase):
|
||||
|
||||
def create_widgets(self):
|
||||
f = SearchDialogBase.create_widgets(self)
|
||||
SearchDialogBase.create_widgets(self)
|
||||
self.make_button("Find Next", self.default_command, 1)
|
||||
|
||||
def default_command(self, event=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue