Skip to content

Commit 64cbe6b

Browse files
committed
Remove unrequired changes to reprocess_nodes
The problem this solved has been addressed in another way, so we don't need to do this re-analysis any more in order to fix the bug we've been chasing. This change is a partial revert of "Fix disappearing errors when re-running dmypy check" from a few commits back.
1 parent 22777be commit 64cbe6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mypy/server/update.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,10 +1030,6 @@ def key(node: FineGrainedDeferredNode) -> int:
10301030
if graph[module_id].type_checker().check_second_pass():
10311031
more = True
10321032

1033-
graph[module_id].detect_possibly_undefined_vars()
1034-
graph[module_id].generate_unused_ignore_notes()
1035-
graph[module_id].generate_ignore_without_code_notes()
1036-
10371033
if manager.options.export_types:
10381034
manager.all_types.update(graph[module_id].type_map())
10391035

0 commit comments

Comments
 (0)