monitor: small whites pace fix
Extra line between class comment and `__init__`.
This commit is contained in:
parent
1bcbf3a2d2
commit
b94b90b8e2
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ BOLD = "\033[1m"
|
|||
|
||||
class TextWriter:
|
||||
"""Helper class for writing text to file descriptors"""
|
||||
|
||||
def __init__(self, fd: int):
|
||||
self.fd = fd
|
||||
self.isatty = os.isatty(fd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue