Skip to content

Commit

Permalink
add ResourceEntry
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>

fmt

Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Aug 30, 2024
1 parent 9a86ab3 commit af28663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flyteidl/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flyteidl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ pub mod _flyteidl_rust {
#[pymodule]
pub mod resources {
#[pymodule_export]
use crate::flyteidl::core::resources::ResourceName;
use crate::flyteidl::core::resources::{ResourceEntry, ResourceName};
}
#[pymodule]
pub mod primitive {
Expand Down

0 comments on commit af28663

Please sign in to comment.