Skip to content

Commit 2ec35f5

Browse files
committed
Removed unused class member and updated comment
1 parent 372a384 commit 2ec35f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd2/pyscript_bridge.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ def __bool__(self) -> bool:
6262

6363

6464
class PyscriptBridge(object):
65-
"""Preserves the legacy 'cmd' interface for pyscript while also providing a new python API wrapper for
66-
application commands."""
65+
"""Provides a Python API wrapper for application commands."""
6766
def __init__(self, cmd2_app):
6867
self._cmd2_app = cmd2_app
69-
self._last_result = None
7068
self.cmd_echo = False
7169

7270
def __dir__(self):

0 commit comments

Comments
 (0)