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 0747dbc commit 041c567Copy full SHA for 041c567
1 file changed
find-project-root/src/find_project_root/cli/lib/init.py
@@ -16,7 +16,7 @@ def cli() -> sn:
16
def config_file(cli: sn) -> None: # for --init
17
18
# Init target_path
19
- import find_project_root
+ from ...api import find_project_root
20
project_root = find_project_root(max_depth=20) # type: ignore
21
if project_root:
22
config_dir, in_project_root = Path(project_root), True
0 commit comments