diff -r 7bd7fcc711f2 -r f4a0806081f2 mercurial/logcmdutil.py --- 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"""