Skip to content

Commit

Permalink
test: Fix q1asm imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 28, 2025
1 parent 07f41d7 commit 06a3c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/qblox/test_ast.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pydantic import TypeAdapter

from qibolab._core.instruments.qblox.ast_ import Immediate, Value
from qibolab._core.instruments.qblox.q1asm.ast_ import Immediate, Value


def test_immediate_load():
Expand Down
3 changes: 1 addition & 2 deletions tests/qblox/test_q1asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import pytest

from qibolab._core.instruments.qblox.ast_ import Program
from qibolab._core.instruments.qblox.parse import parse
from qibolab._core.instruments.qblox.q1asm import Program, parse

PROGRAMS = Path(__file__).parent / "q1asm"

Expand Down

0 comments on commit 06a3c2f

Please sign in to comment.