Skip to content

Commit bffa767

Browse files
authored
Remove no longer needed fallback path.
1 parent d0b93b0 commit bffa767

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,6 @@ def default_lib_path(data_dir: str,
407407
if os.path.isdir(stubdir):
408408
path.append(stubdir)
409409

410-
# Add fallback path that can be used if we have a broken installation.
411-
if sys.platform != 'win32':
412-
path.append('/usr/local/lib/mypy')
413410
if not path:
414411
print("Could not resolve typeshed subdirectories. If you are using mypy\n"
415412
"from source, you need to run \"git submodule update --init\".\n"

0 commit comments

Comments
 (0)