changeset 51287 | f4a0806081f2 |
parent 51284 | f15cb5111a1e |
child 51725 | 278af66e6595 |
--- 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"""