Skip to content

Commit

Permalink
[lint] Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
perryjrandall committed Aug 7, 2023
1 parent de651a3 commit 4d7f765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions aptos-move/aptos-release-builder/src/components/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

use self::framework::FrameworkReleaseConfig;
use crate::{
aptos_core_path, aptos_framework_path, components::feature_flags::Features,
release_builder_path,
};
use crate::{aptos_core_path, aptos_framework_path, components::feature_flags::Features};
use anyhow::{anyhow, bail, Context, Result};
use aptos::governance::GenerateExecutionHash;
use aptos_rest_client::Client;
Expand Down
6 changes: 0 additions & 6 deletions aptos-move/aptos-release-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ pub(crate) fn aptos_framework_path() -> PathBuf {
path.push("aptos-move/framework/aptos-framework");
path
}

pub(crate) fn release_builder_path() -> PathBuf {
let mut path = aptos_core_path();
path.push("aptos-move/aptos-release-builder");
path
}

0 comments on commit 4d7f765

Please sign in to comment.