Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishn1412 committed Dec 4, 2024
1 parent 97fa23f commit 5989c25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/core/src/interpreter/backend/resolve_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ pub async fn resolve_account_query(
Ok(account_res)
}

use log::error;

async fn get_account(
address: &Address,
fields: Vec<AccountField>,
Expand Down

0 comments on commit 5989c25

Please sign in to comment.