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 31, 2024
1 parent be51189 commit f41f27b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
##############################################################################
from multiprocessing.pool import ThreadPool

import nest_asyncio
import numpy as np

from pyquil import Program
Expand All @@ -24,9 +23,6 @@
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 f41f27b

Please sign in to comment.