##// END OF EJS Templates
typing: drop an unnecessary warning disabling comment in match.py...
Matt Harbison -
r50700:a06a503e default
parent child Browse files
Show More
@@ -368,7 +368,7 b' def _donormalize(patterns, default, root'
368 % (
368 % (
369 pat,
369 pat,
370 inst.message,
370 inst.message,
371 ) # pytype: disable=unsupported-operands
371 )
372 )
372 )
373 except IOError as inst:
373 except IOError as inst:
374 if warn:
374 if warn:
General Comments 0
You need to be logged in to leave comments. Login now