Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinAlptraum committed Nov 23, 2024
1 parent 7333b60 commit 0a0e413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy/modulefinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ def _find_module_non_stub_helper(
if self.options:
module_specific_options = self.options.clone_for_module(id)
if module_specific_options.follow_untyped_imports:
# print("Returning ", id)
return os.path.join(pkg_dir, *components[:-1]), False
return ModuleNotFoundReason.FOUND_WITHOUT_TYPE_HINTS
else:
Expand Down

0 comments on commit 0a0e413

Please sign in to comment.