diff --git a/contrib/check-pytype.sh b/contrib/check-pytype.sh
index f0be60ed62426bc8f28e7877ca8b1d86c79aad45_Y29udHJpYi9jaGVjay1weXR5cGUuc2g=..61976dece720893219254f357f2dc27af62f5fa9_Y29udHJpYi9jaGVjay1weXR5cGUuc2g= 100755
--- a/contrib/check-pytype.sh
+++ b/contrib/check-pytype.sh
@@ -54,7 +54,6 @@
 # mercurial/interfaces          # No attribute 'capabilities' on peer [attribute-error]
 # mercurial/keepalive.py        # [attribute-error]
 # mercurial/localrepo.py        # [attribute-error]
-# mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
 # mercurial/pure/parsers.py     # [attribute-error]
 # mercurial/repoview.py         # [attribute-error]
@@ -113,7 +112,6 @@
     -x mercurial/interfaces \
     -x mercurial/keepalive.py \
     -x mercurial/localrepo.py \
-    -x mercurial/manifest.py \
     -x mercurial/minirst.py \
     -x mercurial/pure/parsers.py \
     -x mercurial/repoview.py \