Skip to content

Commit 841aa83

Browse files
committed
Deleted spaces
1 parent 80d23e9 commit 841aa83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • find-project-root/src/find_project_root

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import project_markers
44

5-
def find_project_root(path= None, max_depth= 9, markers= None):
5+
def find_project_root(path=None, max_depth=9, markers=None):
66
current_dir = os.getcwd() if path is None else str(path)
77
if not os.path.exists(current_dir):
88
raise ValueError('Path does not exist: %s' % os.path.abspath(current_dir))

0 commit comments

Comments
 (0)