Skip to content

Commit 0a0e413

Browse files
committed
Remove commented-out code
1 parent 7333b60 commit 0a0e413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/modulefinder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ def _find_module_non_stub_helper(
354354
if self.options:
355355
module_specific_options = self.options.clone_for_module(id)
356356
if module_specific_options.follow_untyped_imports:
357-
# print("Returning ", id)
358357
return os.path.join(pkg_dir, *components[:-1]), False
359358
return ModuleNotFoundReason.FOUND_WITHOUT_TYPE_HINTS
360359
else:

0 commit comments

Comments
 (0)