Skip to content

Commit 9ef075e

Browse files
committed
Remove unnecessary assertion during recheck
Fix #15795
1 parent ceaf48d commit 9ef075e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/dmypy_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def cmd_recheck(
403403
sources, remove, update, explicit_export_types=export_types
404404
)
405405
else:
406-
assert remove is None and update is None
407406
messages = self.fine_grained_increment_follow_imports(
408407
sources, explicit_export_types=export_types
409408
)

0 commit comments

Comments
 (0)