Skip to content

Commit

Permalink
remove nest_asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed May 23, 2024
1 parent f05d4f1 commit 19ab61f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@
##############################################################################
from multiprocessing.pool import ThreadPool

import nest_asyncio
import numpy as np

from pyquil import Program
from pyquil.api import QuantumComputer, QPU
from pyquil.gates import H, CNOT, MEASURE, RX
from pyquil.api import QPU, QuantumComputer
from pyquil.gates import CNOT, MEASURE, RX, H
from pyquil.quilatom import MemoryReference
from pyquil.quilbase import Declare

nest_asyncio.apply()


TEST_PROGRAM = Program(
Declare("ro", "BIT", 2),
H(0),
Expand Down

0 comments on commit 19ab61f

Please sign in to comment.