style: restore PEP8 blank-line separation after dead-code removal

The deletions in the salvaged commit left some top-level defs/classes
separated by a single blank line. Restore the 2-blank-line separation.
This commit is contained in:
teknium1
2026-05-29 04:22:27 -07:00
committed by Teknium
parent dc235e93cb
commit ddaf2f6712
13 changed files with 30 additions and 0 deletions
+2
View File
@@ -76,6 +76,8 @@ _ELEMENT_LINE_RE = re.compile(
def _is_macos() -> bool:
return sys.platform == "darwin"
def cua_driver_binary_available() -> bool:
"""True if `cua-driver` is on $PATH or HERMES_CUA_DRIVER_CMD resolves."""
return bool(shutil.which(_CUA_DRIVER_CMD))