Skip to content

Commit 67bcccc

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
hotfix: bad imports
1 parent bab472e commit 67bcccc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ pub mod config;
3434
pub mod error;
3535
pub mod generator;
3636
pub mod handlers;
37-
pub mod handlers;
3837

3938
// Re-export commonly used types and functions
4039
pub use analyzer::{analyze_project, ProjectAnalysis};
4140
pub use error::{IaCGeneratorError, Result};
4241
pub use generator::{generate_dockerfile, generate_compose, generate_terraform};
4342
pub use handlers::*;
4443
use cli::Commands;
45-
pub use handlers::*;
46-
use cli::Commands;
4744

4845
/// The current version of the CLI tool
4946
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

0 commit comments

Comments
 (0)