summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd2/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py
index 7e36da92..2a8f3ab1 100644
--- a/cmd2/utils.py
+++ b/cmd2/utils.py
@@ -406,7 +406,6 @@ class ProcReader(object):
def terminate(self) -> None:
"""Terminate the process"""
- import signal
self._proc.terminate()
def wait(self) -> None: