Skip to content

Commit 0780acf

Browse files
pep
1 parent da51c05 commit 0780acf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

moler/io/raw/terminal_no_forkpty.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
from moler.connection import Connection
2828
from typing import Tuple, List, Optional
2929

30+
3031
# Unix only. Does not work on Windows.
3132

33+
3234
class PtyProcessUnicodeNotFork:
3335
"""PtyProcessUnicode without forking process."""
3436
def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] = (25, 120), buffer_size: int = 4096):

0 commit comments

Comments
 (0)