hgext/phabricator.py
changeset 49849 de9ffb82ef4d
parent 48946 642e31cb55f0
child 49863 92743e6d1a0c
--- a/hgext/phabricator.py	Thu Jan 05 00:09:48 2023 -0500
+++ b/hgext/phabricator.py	Fri Jan 06 13:04:50 2023 -0500
@@ -286,9 +286,12 @@
                 import hgdemandimport
 
                 with hgdemandimport.deactivated():
+                    # pytype: disable=import-error
                     import vcr as vcrmod
                     import vcr.stubs as stubs
 
+                    # pytype: enable=import-error
+
                     vcr = vcrmod.VCR(
                         serializer='json',
                         before_record_request=sanitiserequest,