Skip to content

Commit fc4b37a

Browse files
disable pylint error
1 parent c7ee507 commit fc4b37a

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)