Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 12, 2024
1 parent a724dc2 commit 80ffc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typeshed_client/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _get_all_stub_files_from_directory(
path / "__init__.py"
):
to_do.append(path)
elif safe_is_dir(dir_entry):
elif safe_is_file(dir_entry):
path = Path(dir_entry)
if path.suffix != ".pyi":
continue
Expand Down

0 comments on commit 80ffc49

Please sign in to comment.