Skip to content

Commit 4a13d36

Browse files
pep2
1 parent fb4cafc commit 4a13d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moler/io/raw/terminal_no_forkpty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
class PtyProcessUnicodeNotFork:
3030
"""PtyProcessUnicode without forking process."""
31-
def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] =( 25, 120), buffer_size: int = 4096):
31+
def __init__(self, cmd: str = "/bin/bash", dimensions: Tuple[int, int] = (25, 120), buffer_size: int = 4096):
3232
self.cmd = cmd
3333
self.dimensions = dimensions
3434
self.buffer_size = buffer_size

0 commit comments

Comments
 (0)