From d1e9f09c06f29f27eca5c1a06a75072e28a79f0d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 26 Jan 2022 10:23:48 -0800 Subject: [PATCH] Removed unneccessary import, refs #392 --- tests/test_cli_bulk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli_bulk.py b/tests/test_cli_bulk.py index c5dc9da..6d01952 100644 --- a/tests/test_cli_bulk.py +++ b/tests/test_cli_bulk.py @@ -1,4 +1,3 @@ -from itertools import count from click.testing import CliRunner from sqlite_utils import cli, Database import pathlib