diff .hgtags @ 49897:f3f33980f19b

pycompat: explicitly prefix builtin attr usage with `builtins.` It doesn't seem like this would fix any bug, because the wrapped functions that take bytes instead of str are defined after these calls. But PyCharm was flagging the second and third uses, saying "Type 'str' doesn't have expected attribute 'decode'". It wasn't flagging the first, but I changed it for consistency.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 14 Dec 2022 01:38:52 -0500
parents 010d9e362ee4
children 72e208414f81
line wrap: on
line diff