Skip to content

Commit 01388b8

Browse files
committed
Moved conditional import down
1 parent d00a057 commit 01388b8

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
@@ -1,7 +1,7 @@
11
import os, sys
2+
from typing import Optional, Union, List
23
if sys.version_info >= (3, 4) : from pathlib import Path
34
else : Path = str
4-
from typing import Optional, Union, List
55

66
import project_markers
77

0 commit comments

Comments
 (0)