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 6e56ad2 commit 372a384Copy full SHA for 372a384
cmd2/cmd2.py
@@ -3032,7 +3032,7 @@ def _reset_py_display() -> None:
3032
@with_argparser(py_parser, preserve_quotes=True)
3033
def do_py(self, args: argparse.Namespace) -> bool:
3034
"""Invoke Python command or shell"""
3035
- from .pyscript_bridge import PyscriptBridge, CommandResult
+ from .pyscript_bridge import PyscriptBridge
3036
if self._in_py:
3037
err = "Recursively entering interactive Python consoles is not allowed."
3038
self.perror(err, traceback_war=False)
0 commit comments