test: use package import paths (#2297)

This commit is contained in:
彼方
2026-06-30 10:51:34 +08:00
committed by GitHub
parent ccc51522cf
commit 5c8c0eb17b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from pathlib import Path
from src.langbot.pkg.utils import paths
from langbot.pkg.utils import paths
def test_get_data_root_uses_source_root_in_repo_checkout():