Skip to content

Commit

Permalink
fix test import accesserror
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Aug 16, 2024
1 parent 81fd862 commit df41871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devices/unit_tests/test_undulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
)

from dodal.devices.undulator import (
AccessError,
Undulator,
UndulatorGapAccess,
_get_closest_gap_for_energy,
)
from dodal.devices.undulator_dcm import AccessError

ID_GAP_LOOKUP_TABLE_PATH: str = (
"./tests/devices/unit_tests/test_beamline_undulator_to_gap_lookup_table.txt"
Expand Down

0 comments on commit df41871

Please sign in to comment.