We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7333b60 commit 0a0e413Copy full SHA for 0a0e413
mypy/modulefinder.py
@@ -354,7 +354,6 @@ def _find_module_non_stub_helper(
354
if self.options:
355
module_specific_options = self.options.clone_for_module(id)
356
if module_specific_options.follow_untyped_imports:
357
- # print("Returning ", id)
358
return os.path.join(pkg_dir, *components[:-1]), False
359
return ModuleNotFoundReason.FOUND_WITHOUT_TYPE_HINTS
360
else:
0 commit comments