We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b3bbf commit a8123aaCopy full SHA for a8123aa
bpython/curtsiesfrontend/repl.py
@@ -903,7 +903,6 @@ def only_whitespace_left_of_cursor():
903
if "from" in line and "import" in line:
904
# returns <module> name if the line contains: "from <module> import"
905
module_name = from_import_tab(self.current_line)
906
- print(module_name)
907
if module_name:
908
if module_name not in sys.modules:
909
self.status_bar.push_permanent_message(
0 commit comments