mercurial/phases.py
changeset 51290 f4a0806081f2
parent 51288 8b2ea2246a5f
child 51401 8f2ea3fa50fd
--- 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: