Skip to content

Commit 10e6dca

Browse files
committed
Remove unneeded symbol
1 parent b8aecee commit 10e6dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projectq/libs/qasm/_parse_qasm_pyparsing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
_has_pyparsing = True
2727
try:
2828
import pyparsing # noqa: F401
29-
from ._parse_qasm_pyparsing import read_qasm_file, read_qasm_str, _CUSTOM_GATES
29+
from ._parse_qasm_pyparsing import read_qasm_file, read_qasm_str
3030
except ImportError:
3131
_has_pyparsing = False
3232

0 commit comments

Comments
 (0)