Skip to content

Commit 58f640a

Browse files
remove unnecessary import
1 parent b3a4ae3 commit 58f640a

File tree

1 file changed

+0
-4
lines changed
  • source/openpulse/openpulse

1 file changed

+0
-4
lines changed

source/openpulse/openpulse/ast.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
# pylint: disable=unused-import
1919
from openqasm3.ast import *
2020

21-
# The statement above does not import ExternArgument. Remove when it is fixed.
22-
# pylint: disable=unused-import
23-
from openqasm3.ast import ExternArgument
24-
2521

2622
# From Pulse grammar
2723
@dataclass

0 commit comments

Comments
 (0)