Skip to content

Commit

Permalink
Fix ruff complaints about unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 27, 2024
1 parent d2aa9fc commit d6c2433
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_embed_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pathlib
import pytest
import sqlite_utils
import sys
from unittest.mock import ANY


Expand Down
1 change: 0 additions & 1 deletion tests/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import pytest
import re
import sqlite_utils
import sys
from ulid import ULID
from unittest import mock

Expand Down

0 comments on commit d6c2433

Please sign in to comment.