Skip to content

Commit b6dd0fa

Browse files
authored
Merge pull request #95 from syncable-dev/develop
hotfix: bad imports
2 parents 48da149 + 67bcccc commit b6dd0fa

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)