Skip to content

Commit f352fc6

Browse files
authored
Merge pull request #1 from braised-babbage/feature/update-requirements-to-limit-openqasm3-to-0.5.0
Disable pylint error.
2 parents c7ee507 + fc4b37a commit f352fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/openpulse/openpulse/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
) from exc
3636

3737
import openpulse.ast as openpulse_ast
38-
from openqasm3._antlr.qasm3Parser import qasm3Parser
38+
from openqasm3._antlr.qasm3Parser import qasm3Parser # pylint: disable=import-error
3939
from openqasm3 import ast
4040
from openqasm3.parser import (
4141
span,

0 commit comments

Comments
 (0)