Skip to content

Commit

Permalink
Remove unnecessary assertion during recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kcornw committed Dec 23, 2024
1 parent ceaf48d commit 9ef075e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy/dmypy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def cmd_recheck(
sources, remove, update, explicit_export_types=export_types
)
else:
assert remove is None and update is None
messages = self.fine_grained_increment_follow_imports(
sources, explicit_export_types=export_types
)
Expand Down

0 comments on commit 9ef075e

Please sign in to comment.