From 2a958bc86f5079b8b96e621a6c92730a4570dae5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 23 Nov 2025 22:14:00 -0800 Subject: [PATCH] Fixed lint error --- tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index b8d61a9..4198727 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -4,7 +4,6 @@ from click.testing import CliRunner from pathlib import Path import subprocess import sys -from unittest import mock import json import os import pytest