changeset 48946 | 642e31cb55f0 |
parent 48875 | 6000f5b25c9b |
child 51859 | f4733654f144 |
--- a/mercurial/fancyopts.py Mon Feb 21 13:03:43 2022 -0700 +++ b/mercurial/fancyopts.py Mon Feb 21 13:08:28 2022 -0700 @@ -204,7 +204,7 @@ return parsedopts, parsedargs -class customopt(object): # pytype: disable=ignored-metaclass +class customopt: # pytype: disable=ignored-metaclass """Manage defaults and mutations for any type of opt.""" __metaclass__ = abc.ABCMeta