@@ -26,6 +26,7 @@ use editoast_schemas::infra::DoubleSlipSwitch;
26
26
use editoast_schemas:: infra:: Electrification ;
27
27
use editoast_schemas:: infra:: Endpoint ;
28
28
use editoast_schemas:: infra:: Link ;
29
+ use editoast_schemas:: infra:: OperationalPointPart ;
29
30
use editoast_schemas:: infra:: PointSwitch ;
30
31
use editoast_schemas:: infra:: Route ;
31
32
use editoast_schemas:: infra:: RoutePath ;
@@ -56,7 +57,6 @@ use crate::infra_cache::operation::RailjsonObject;
56
57
use crate :: map:: BoundingBox ;
57
58
use crate :: modelsv2:: railjson:: find_all_schemas;
58
59
use crate :: modelsv2:: Infra ;
59
- use crate :: schema:: * ;
60
60
61
61
/// Contains infra cached data used to generate layers and errors
62
62
#[ derive( Debug , Default , Clone ) ]
@@ -863,14 +863,14 @@ pub mod tests {
863
863
use crate :: infra_cache:: SwitchCache ;
864
864
use crate :: map:: BoundingBox ;
865
865
use crate :: modelsv2:: infra:: tests:: test_infra_transaction;
866
- use crate :: schema:: OperationalPoint ;
867
866
use editoast_common:: Identifier ;
868
867
use editoast_common:: NonBlankString ;
869
868
use editoast_schemas:: infra:: ApplicableDirections ;
870
869
use editoast_schemas:: infra:: ApplicableDirectionsTrackRange ;
871
870
use editoast_schemas:: infra:: Direction ;
872
871
use editoast_schemas:: infra:: Electrification ;
873
872
use editoast_schemas:: infra:: Endpoint ;
873
+ use editoast_schemas:: infra:: OperationalPoint ;
874
874
use editoast_schemas:: infra:: Route ;
875
875
use editoast_schemas:: infra:: SpeedSection ;
876
876
use editoast_schemas:: infra:: Switch ;
0 commit comments