From 46658fbb98e25afefe17566d54a07a6edf556775 Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Wed, 16 Dec 2020 20:01:30 +0000 Subject: [PATCH] Ignore type check --- pyquil/api/_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquil/api/_compiler.py b/pyquil/api/_compiler.py index 324c878ef..15870aea1 100644 --- a/pyquil/api/_compiler.py +++ b/pyquil/api/_compiler.py @@ -363,7 +363,7 @@ def native_quil_to_executable( ) response = cast( QuiltBinaryExecutableResponse, - self.qpu_compiler_client.call( + self.qpu_compiler_client.call( # type: ignore "native_quilt_to_binary", request, rpc_timeout=self.timeout ), )