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 d00a057 commit 01388b8Copy full SHA for 01388b8
1 file changed
find-project-root/src/find_project_root/api.py
@@ -1,7 +1,7 @@
1
import os, sys
2
+from typing import Optional, Union, List
3
if sys.version_info >= (3, 4) : from pathlib import Path
4
else : Path = str
-from typing import Optional, Union, List
5
6
import project_markers
7
0 commit comments