# HG changeset patch # User Matt Harbison # Date 1671074694 18000 # Node ID a06a503e3cf85445745de661b761cd22fe24d8f9 # Parent a87338fe8cfa6631b2e8becf41b2d526291e98f1 typing: drop an unnecessary warning disabling comment in match.py This stopped being necessary in d2e1dcd4490d, when the exception stopped being subscripted. diff -r a87338fe8cfa -r a06a503e3cf8 mercurial/match.py --- a/mercurial/match.py Wed Dec 14 22:22:12 2022 -0500 +++ b/mercurial/match.py Wed Dec 14 22:24:54 2022 -0500 @@ -368,7 +368,7 @@ % ( pat, inst.message, - ) # pytype: disable=unsupported-operands + ) ) except IOError as inst: if warn: