Skip to content

Commit ec9e871

Browse files
committed
Import local find_project_root
1 parent 054fa5f commit ec9e871

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

find-project-root/utils/bump.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
from pathlib import Path
33
from types import SimpleNamespace as sn
44

5-
import find_project_root
6-
75
from .lib import toml
6+
from src.find_project_root.api import find_project_root
87
from src.find_project_root.cli.lib import data, log
98

109
paths = sn(root=Path(find_project_root())) # type: ignore

0 commit comments

Comments
 (0)