Skip to content

Commit

Permalink
fix the tests imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jan 16, 2025
1 parent bc3d535 commit 734f958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/devices/i18/test_kb_mirror.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from unittest.mock import ANY

import pytest
from ophyd_async.core import DeviceCollector, set_mock_value
from ophyd_async.core import DeviceCollector
from ophyd_async.testing import set_mock_value

from dodal.devices.i18.KBMirror import KBMirror, XYPosition

Expand Down
3 changes: 2 additions & 1 deletion tests/devices/i18/test_table.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from unittest.mock import ANY

import pytest
from ophyd_async.core import DeviceCollector, set_mock_value
from ophyd_async.core import DeviceCollector
from ophyd_async.testing import set_mock_value

from dodal.devices.i18.table import Four_D_Position, Table

Expand Down

0 comments on commit 734f958

Please sign in to comment.