Skip to content

Commit 372a384

Browse files
committed
Removed unused import
1 parent 6e56ad2 commit 372a384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@ def _reset_py_display() -> None:
30323032
@with_argparser(py_parser, preserve_quotes=True)
30333033
def do_py(self, args: argparse.Namespace) -> bool:
30343034
"""Invoke Python command or shell"""
3035-
from .pyscript_bridge import PyscriptBridge, CommandResult
3035+
from .pyscript_bridge import PyscriptBridge
30363036
if self._in_py:
30373037
err = "Recursively entering interactive Python consoles is not allowed."
30383038
self.perror(err, traceback_war=False)

0 commit comments

Comments
 (0)