Skip to content

Commit a3303d9

Browse files
Merge pull request #27 from openqasm/remove-import
Remove unnecessary import
2 parents 0f8aaeb + 1167599 commit a3303d9

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)