Skip to content

Commit 2480377

Browse files
committed
Remove unused member variable
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 237a493 commit 2480377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/curtsiesfrontend/interpreter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def __init__(self, locals=None, encoding=None):
7979
encoding = getpreferredencoding()
8080
ReplInterpreter.__init__(self, locals, encoding)
8181

82-
self.locals = locals
8382
self.compile = CommandCompiler()
8483

8584
# typically changed after being instantiated

0 commit comments

Comments
 (0)