There was an error while loading. Please reload this page.
1 parent 2ed6f71 commit 3f0780bCopy full SHA for 3f0780b
1 file changed
moler/io/raw/pty_process_unicode.py
@@ -44,7 +44,6 @@ def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] = (25, 12
44
self.process: Optional[subprocess.Popen] = None # Subprocess.Popen object
45
self._closed: bool = True
46
47
-
48
def create_pty_process(self) -> None:
49
"""Create PtyProcessUnicode without forking process."""
50
0 commit comments