Skip to content

Commit 46adaab

Browse files
committed
chore(tests): drop unused 'from pathlib import Path' import
Flagged by github-code-quality bot on PR #55. The import was left over from an earlier draft; nothing in the file references Path.
1 parent d0bb762 commit 46adaab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_url_ingest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from __future__ import annotations
33

44
import io
5-
from pathlib import Path
65
from unittest.mock import MagicMock, patch
76

87
from openkb.url_ingest import (

0 commit comments

Comments
 (0)