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 6b08c08 commit 3930148Copy full SHA for 3930148
mypy/build.py
@@ -511,7 +511,7 @@ def load_plugins(
511
return ChainedPlugin(options, custom_plugins + [default_plugin]), snapshot
512
513
514
-def take_module_snapshot(module: types.ModuleType) -> str:
+def take_module_snapshot(module: std_types.ModuleType) -> str:
515
"""Take plugin module snapshot by recording its version and hash.
516
517
We record _both_ hash and the version to detect more possible changes
0 commit comments