@@ -14,13 +14,13 @@ use crate::error::Result;
14
14
use crate :: modelsv2:: get_table;
15
15
use crate :: schema:: OperationalPoint ;
16
16
use crate :: schema:: Route ;
17
- use crate :: schema:: SpeedSection ;
18
17
use crate :: schema:: TrackSection ;
19
18
use editoast_schemas:: infra:: BufferStop ;
20
19
use editoast_schemas:: infra:: Detector ;
21
20
use editoast_schemas:: infra:: Electrification ;
22
21
use editoast_schemas:: infra:: NeutralSection ;
23
22
use editoast_schemas:: infra:: Signal ;
23
+ use editoast_schemas:: infra:: SpeedSection ;
24
24
use editoast_schemas:: infra:: Switch ;
25
25
use editoast_schemas:: infra:: SwitchType ;
26
26
use editoast_schemas:: primitives:: OSRDIdentified ;
@@ -252,12 +252,12 @@ pub mod tests {
252
252
use crate :: modelsv2:: infra:: tests:: test_infra_transaction;
253
253
use crate :: schema:: OperationalPoint ;
254
254
use crate :: schema:: Route ;
255
- use crate :: schema:: SpeedSection ;
256
255
use crate :: schema:: TrackSection ;
257
256
use editoast_schemas:: infra:: BufferStop ;
258
257
use editoast_schemas:: infra:: Detector ;
259
258
use editoast_schemas:: infra:: Electrification ;
260
259
use editoast_schemas:: infra:: Signal ;
260
+ use editoast_schemas:: infra:: SpeedSection ;
261
261
use editoast_schemas:: infra:: Switch ;
262
262
use editoast_schemas:: infra:: SwitchType ;
263
263
0 commit comments