Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgeorge4153 committed Feb 28, 2025
1 parent ad51704 commit 68e8874
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/sui-move/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ use clap::Parser;
use move_cli::base;
use move_package::BuildConfig as MoveBuildConfig;
use std::{fs, path::Path};
use sui_move_build::{
check_invalid_dependencies, check_unpublished_dependencies, implicit_deps, BuildConfig,
};
use sui_move_build::{implicit_deps, BuildConfig};
use sui_package_management::system_package_versions::latest_system_packages;

const LAYOUTS_DIR: &str = "layouts";
Expand Down

0 comments on commit 68e8874

Please sign in to comment.