We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054fa5f commit ec9e871Copy full SHA for ec9e871
1 file changed
find-project-root/utils/bump.py
@@ -2,9 +2,8 @@
2
from pathlib import Path
3
from types import SimpleNamespace as sn
4
5
-import find_project_root
6
-
7
from .lib import toml
+from src.find_project_root.api import find_project_root
8
from src.find_project_root.cli.lib import data, log
9
10
paths = sn(root=Path(find_project_root())) # type: ignore
0 commit comments