Skip to content

Commit 80ffc49

Browse files
committed
fix
1 parent a724dc2 commit 80ffc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typeshed_client/finder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _get_all_stub_files_from_directory(
198198
path / "__init__.py"
199199
):
200200
to_do.append(path)
201-
elif safe_is_dir(dir_entry):
201+
elif safe_is_file(dir_entry):
202202
path = Path(dir_entry)
203203
if path.suffix != ".pyi":
204204
continue

0 commit comments

Comments
 (0)