Skip to content

Commit 8572666

Browse files
committed
fix(tests): remove unused deps
1 parent 90c828f commit 8572666

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

tests/test_completions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from unittest.mock import patch, MagicMock
33

44
import pytest
5-
from click.shell_completion import CompletionItem
65
from click.testing import CliRunner
76

87
from nnote.cli import cli

tests/test_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import pytest
32
from pathlib import Path
43
from nnote.config import Config, get_config_path

tests/test_notes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import click
22
import pytest
3-
from pathlib import Path
43
from nnote.config import Config
54
from nnote.notes import resolve_note_path
65

tests/test_search.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import pytest
2-
from pathlib import Path
31
from nnote.search import search_notes, highlight, _score_title
42

53

0 commit comments

Comments
 (0)