Skip to content

Commit

Permalink
update example project with the right import
Browse files Browse the repository at this point in the history
  • Loading branch information
marijncv committed Dec 18, 2024
1 parent 2c3189c commit 6380580
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 6380580

Please sign in to comment.