We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4cafc commit 4a13d36Copy full SHA for 4a13d36
moler/io/raw/terminal_no_forkpty.py
@@ -28,7 +28,7 @@
28
29
class PtyProcessUnicodeNotFork:
30
"""PtyProcessUnicode without forking process."""
31
- def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] =( 25, 120), buffer_size: int = 4096):
+ def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] = (25, 120), buffer_size: int = 4096):
32
self.cmd = cmd
33
self.dimensions = dimensions
34
self.buffer_size = buffer_size
0 commit comments