typing: drop an unnecessary warning disabling comment in match.py
This stopped being necessary in
d2e1dcd4490d, when the exception stopped being
subscripted.
--- 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: