From 1531a253beeeb1dc01c78a96162833a4931d13cc Mon Sep 17 00:00:00 2001 From: jp Date: Sat, 18 Apr 2026 15:50:01 -0700 Subject: [PATCH] test: add missing import os in test_hooks_cli Co-Authored-By: Claude Sonnet 4.6 --- tests/test_hooks_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_hooks_cli.py b/tests/test_hooks_cli.py index 93f6d36..58e7d4e 100644 --- a/tests/test_hooks_cli.py +++ b/tests/test_hooks_cli.py @@ -1,6 +1,7 @@ import contextlib import io import json +import os import subprocess from pathlib import Path from unittest.mock import patch