Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jun 12, 2024
1 parent b37d4d1 commit c5e83f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_helper/pseudo-tty.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python3

import os, pty, sys

import os
import pty
import sys

sys.exit(
os.waitstatus_to_exitcode(pty.spawn(sys.argv[1:], lambda fd: os.read(fd, 1024)))
Expand Down

0 comments on commit c5e83f4

Please sign in to comment.