Skip to content

Commit 1a57c19

Browse files
fix scroll_auto_import = False bug
Thanks Zunayed! --HG-- branch : scroll-frontend
1 parent 6a0264f commit 1a57c19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpython/scrollfrontend/repl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ def __init__(self, locals_=None, config=None, stuff_a_refresh_request=lambda: No
159159
config = Struct()
160160
loadini(config, default_config_path())
161161

162-
if config.scroll_auto_import:
163-
interp = get_interpreter(config, locals_=locals_)
162+
interp = get_interpreter(config, locals_=locals_)
164163

165164
if banner is None:
166165
banner = _('welcome to bpython')

0 commit comments

Comments
 (0)