diff -r 7bd7fcc711f2 -r f4a0806081f2 mercurial/phases.py --- a/mercurial/phases.py Wed Dec 20 16:39:03 2023 +0100 +++ b/mercurial/phases.py Wed Dec 20 22:17:03 2023 +0100 @@ -132,18 +132,6 @@ util, ) -# keeps pyflakes happy -assert [ - Any, - Callable, - Dict, - Iterable, - List, - Optional, - Set, - Tuple, -] - Phaseroots = Dict[int, Set[bytes]] if typing.TYPE_CHECKING: