mirror of https://github.com/flaggo/pydu.git
add stub for cmd
This commit is contained in:
parent
727cb6b415
commit
e23b3a34d7
|
@ -0,0 +1,4 @@
|
|||
class TimeoutExpired(Exception):
|
||||
|
||||
def __init__(self, cmd: str, timeout: int, output: str, stderr: str) -> None: ...
|
||||
|
Loading…
Reference in New Issue