@@ -13,12 +13,12 @@ use super::OperationError;
13
13
use crate :: error:: Result ;
14
14
use crate :: modelsv2:: get_table;
15
15
use crate :: schema:: OperationalPoint ;
16
- use crate :: schema:: Route ;
17
16
use crate :: schema:: TrackSection ;
18
17
use editoast_schemas:: infra:: BufferStop ;
19
18
use editoast_schemas:: infra:: Detector ;
20
19
use editoast_schemas:: infra:: Electrification ;
21
20
use editoast_schemas:: infra:: NeutralSection ;
21
+ use editoast_schemas:: infra:: Route ;
22
22
use editoast_schemas:: infra:: Signal ;
23
23
use editoast_schemas:: infra:: SpeedSection ;
24
24
use editoast_schemas:: infra:: Switch ;
@@ -251,11 +251,11 @@ pub mod tests {
251
251
use crate :: infra_cache:: operation:: create:: RailjsonObject ;
252
252
use crate :: modelsv2:: infra:: tests:: test_infra_transaction;
253
253
use crate :: schema:: OperationalPoint ;
254
- use crate :: schema:: Route ;
255
254
use crate :: schema:: TrackSection ;
256
255
use editoast_schemas:: infra:: BufferStop ;
257
256
use editoast_schemas:: infra:: Detector ;
258
257
use editoast_schemas:: infra:: Electrification ;
258
+ use editoast_schemas:: infra:: Route ;
259
259
use editoast_schemas:: infra:: Signal ;
260
260
use editoast_schemas:: infra:: SpeedSection ;
261
261
use editoast_schemas:: infra:: Switch ;
0 commit comments