mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Remove unused local variables
This commit is contained in:
parent
a59ab05fda
commit
089061f7f0
2 changed files with 0 additions and 2 deletions
|
|
@ -250,7 +250,6 @@ class ModifiedInterpreter(InteractiveInterpreter):
|
|||
|
||||
def showtraceback(self):
|
||||
# Extend base class method to reset output properly
|
||||
text = self.tkconsole.text
|
||||
self.tkconsole.resetoutput()
|
||||
self.checklinecache()
|
||||
InteractiveInterpreter.showtraceback(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue