Skip to content

Commit 5458a07

Browse files
chore: fix pre-commit lint issue (add blank line)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 4803ccc commit 5458a07

File tree

1 file changed

+1
-0
lines changed
  • openhands-tools/openhands/tools/terminal/terminal

1 file changed

+1
-0
lines changed

openhands-tools/openhands/tools/terminal/terminal/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
TerminalSession,
1111
)
1212

13+
1314
# SubprocessTerminal and TmuxTerminal use Unix-only modules (fcntl, pty)
1415
# Only import them on Unix-like systems
1516
if sys.platform != "win32":

0 commit comments

Comments
 (0)