Fixed a bunch of unused imports spotted with ruff

This commit is contained in:
Simon Willison 2024-02-06 17:27:20 -08:00
commit 69c6e95323
16 changed files with 9 additions and 26 deletions

View file

@ -1,8 +1,6 @@
import black
from click.testing import CliRunner
from pathlib import Path
import pytest
import sys
code_root = Path(__file__).parent.parent