Skip to content

Commit fb529b6

Browse files
committed
Ignore type check
1 parent 4a4b4a3 commit fb529b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyquil/api/_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def native_quil_to_executable(
363363
)
364364
response = cast(
365365
QuiltBinaryExecutableResponse,
366-
self.qpu_compiler_client.call(
366+
self.qpu_compiler_client.call( # type: ignore
367367
"native_quilt_to_binary", request, rpc_timeout=self.timeout
368368
),
369369
)

0 commit comments

Comments
 (0)