mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Run pre-commit (#4163)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from .cmd import run_cmd, check_tool_installed
|
||||
from .cmd import check_tool_installed, run_cmd
|
||||
|
||||
__all__ = ['run_cmd', 'check_tool_installed']
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import subprocess
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
|
||||
def run_cmd(cmd: str, cwd: str | None = None) -> str | None:
|
||||
"""Run a command and return the output.
|
||||
|
||||
Reference in New Issue
Block a user