Skip to content

Commit 3f0780b

Browse files
Style
1 parent 2ed6f71 commit 3f0780b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

moler/io/raw/pty_process_unicode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] = (25, 12
4444
self.process: Optional[subprocess.Popen] = None # Subprocess.Popen object
4545
self._closed: bool = True
4646

47-
4847
def create_pty_process(self) -> None:
4948
"""Create PtyProcessUnicode without forking process."""
5049

0 commit comments

Comments
 (0)