Skip to content

Commit

Permalink
fix: removed launch import from lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjiang2378 committed Feb 20, 2024
1 parent 542e8db commit 7eb2e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hydro_deploy/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use hydroflow_cli_integration::ServerBindConfig;
use tokio::sync::RwLock;

pub mod deployment;
pub mod launch;
pub use deployment::Deployment;

pub mod progress;
Expand Down

0 comments on commit 7eb2e30

Please sign in to comment.