We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8aecee commit 10e6dcaCopy full SHA for 10e6dca
1 file changed
projectq/libs/qasm/_parse_qasm_pyparsing_test.py
@@ -26,7 +26,7 @@
26
_has_pyparsing = True
27
try:
28
import pyparsing # noqa: F401
29
- from ._parse_qasm_pyparsing import read_qasm_file, read_qasm_str, _CUSTOM_GATES
+ from ._parse_qasm_pyparsing import read_qasm_file, read_qasm_str
30
except ImportError:
31
_has_pyparsing = False
32
0 commit comments