diff --git a/libraries/pipes/implementations/rust/example-dagster-pipes-rust-project/rust_processing_jobs/src/main.rs b/libraries/pipes/implementations/rust/example-dagster-pipes-rust-project/rust_processing_jobs/src/main.rs index abc3fd3..3ae8139 100644 --- a/libraries/pipes/implementations/rust/example-dagster-pipes-rust-project/rust_processing_jobs/src/main.rs +++ b/libraries/pipes/implementations/rust/example-dagster-pipes-rust-project/rust_processing_jobs/src/main.rs @@ -1,5 +1,5 @@ -use dagster_pipes_rust::types::{PipesMetadataValue, RawValue, Type}; -use dagster_pipes_rust::{open_dagster_pipes, AssetCheckSeverity, DagsterPipesError}; +use dagster_pipes_rust::types::{AssetCheckSeverity, PipesMetadataValue, RawValue, Type}; +use dagster_pipes_rust::{open_dagster_pipes, DagsterPipesError}; use std::collections::HashMap;