Skip to content

Commit 2a89404

Browse files
committed
Remove import from tests
1 parent fa8ca02 commit 2a89404

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/daq_config_server/converters/_file_converter_map.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from collections.abc import Callable
22
from typing import Any
33

4-
from tests.constants import ServerFilePaths
5-
64
from daq_config_server.converters._converters import (
75
beamline_parameters_to_dict,
86
beamline_pitch_lut_to_dict,
@@ -14,7 +12,7 @@
1412
)
1513

1614
FILE_TO_CONVERTER_MAP: dict[str, Callable[[str], Any]] = {
17-
str(ServerFilePaths.GOOD_LUT): undulator_energy_gap_lut_to_dict, # For system tests
15+
"/tests/test_data/test_good_lut.txt": undulator_energy_gap_lut_to_dict, # For system tests
1816
"/dls_sw/i23/software/aithre/aithre_display.configuration": display_config_to_dict,
1917
"/dls_sw/i03/software/gda_versions/var/display.configuration": display_config_to_dict,
2018
"/dls_sw/i04/software/bluesky/scratch/display.configuration": display_config_to_dict,

0 commit comments

Comments
 (0)