mercurial/logcmdutil.py
changeset 51290 f4a0806081f2
parent 51287 f15cb5111a1e
--- a/mercurial/logcmdutil.py	Wed Dec 20 16:39:03 2023 +0100
+++ b/mercurial/logcmdutil.py	Wed Dec 20 22:17:03 2023 +0100
@@ -48,20 +48,6 @@
     stringutil,
 )
 
-# keeps pyflakes happy
-assert [
-    Any,
-    Callable,
-    Dict,
-    Optional,
-    Sequence,
-    Tuple,
-]
-
-# keep pyflakes happy
-for t in (Any, Callable, Dict, Optional, Tuple):
-    assert t
-
 
 def getlimit(opts):
     """get the log limit according to option -l/--limit"""