Skip to content

Commit 3930148

Browse files
Jdwashin9Jdwashin9
authored andcommitted
build types as standard_types
1 parent 6b08c08 commit 3930148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def load_plugins(
511511
return ChainedPlugin(options, custom_plugins + [default_plugin]), snapshot
512512

513513

514-
def take_module_snapshot(module: types.ModuleType) -> str:
514+
def take_module_snapshot(module: std_types.ModuleType) -> str:
515515
"""Take plugin module snapshot by recording its version and hash.
516516
517517
We record _both_ hash and the version to detect more possible changes

0 commit comments

Comments
 (0)