changeset 43474 | 70d42e2ad9b4 |
parent 43117 | 8ff1ecfadcd1 |
child 43494 | 5d40317d42b7 |
--- a/mercurial/util.py Wed Nov 06 14:12:53 2019 -0500 +++ b/mercurial/util.py Wed Nov 06 17:46:26 2019 -0500 @@ -1304,7 +1304,7 @@ """ -class transactional(object): +class transactional(object): # pytype: disable=ignored-metaclass """Base class for making a transactional type into a context manager.""" __metaclass__ = abc.ABCMeta