Skip to content

Commit 7994806

Browse files
committed
Removed unused import
1 parent 99f98ff commit 7994806

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd2/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ def __init__(self, proc: subprocess.Popen, stdout: Union[StdSim, BinaryIO, TextI
406406

407407
def terminate(self) -> None:
408408
"""Terminate the process"""
409-
import signal
410409
self._proc.terminate()
411410

412411
def wait(self) -> None:

0 commit comments

Comments
 (0)