summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-20 21:28:53 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-20 21:28:53 -0400
commit7994806def85c0239d7af8e44e32ba4f70b670db (patch)
treed1e7df1243d77960cc71e9235f2f94184c1bef5b
parent99f98ff1280f56092f25952ca8e24cff52c09aef (diff)
downloadcmd2-git-7994806def85c0239d7af8e44e32ba4f70b670db.tar.gz
Removed unused import
-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: