diff options
Diffstat (limited to 'cmd2/py_bridge.py')
-rw-r--r-- | cmd2/py_bridge.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/py_bridge.py b/cmd2/py_bridge.py index 0a1b6ee7..b7346d22 100644 --- a/cmd2/py_bridge.py +++ b/cmd2/py_bridge.py @@ -53,7 +53,7 @@ class CommandResult(namedtuple_with_defaults('CommandResult', ['stdout', 'stderr return not self.stderr -class PyBridge(object): +class PyBridge: """Provides a Python API wrapper for application commands.""" def __init__(self, cmd2_app): self._cmd2_app = cmd2_app |