Skip to content

Commit

Permalink
Ignore type check
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Dec 16, 2020
1 parent 8e0b0d9 commit 46658fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyquil/api/_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
)
Expand Down

0 comments on commit 46658fb

Please sign in to comment.