Skip to content

Commit 34e08ef

Browse files
committed
Deleted redundant final return
1 parent c1d8d68 commit 34e08ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • find-project-root/src/find_project_root

find-project-root/src/find_project_root/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ def find_project_root(path=None, max_depth=9, markers=None):
1616
parent = os.path.dirname(current_dir)
1717
if parent == current_dir : break # at fs root
1818
current_dir = parent
19-
return None

0 commit comments

Comments
 (0)