Mercurial > hg
changeset 48474:abac7983d28e
pytype: stop excluding lsprof.py
Whatever was previously flagged in this file appears to have been fixed.
Differential Revision: https://phab.mercurial-scm.org/D11913
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 12 Dec 2021 22:09:13 -0500 |
parents | 8843c9a8771b |
children | 74b41e8b3d9c |
files | tests/test-check-pytype.t |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-pytype.t Sun Dec 12 21:10:02 2021 -0500 +++ b/tests/test-check-pytype.t Sun Dec 12 22:09:13 2021 -0500 @@ -26,7 +26,6 @@ mercurial/interfaces # No attribute 'capabilities' on peer [attribute-error] mercurial/keepalive.py # [attribute-error] mercurial/localrepo.py # [attribute-error] -mercurial/lsprof.py # unguarded import mercurial/manifest.py # [unsupported-operands], [wrong-arg-types] mercurial/minirst.py # [unsupported-operands], [attribute-error] mercurial/patch.py # [wrong-arg-types] @@ -71,7 +70,6 @@ > -x mercurial/interfaces \ > -x mercurial/keepalive.py \ > -x mercurial/localrepo.py \ - > -x mercurial/lsprof.py \ > -x mercurial/manifest.py \ > -x mercurial/minirst.py \ > -x mercurial/patch.py \