diff --git a/arbitrum-client/integration/helpers.rs b/arbitrum-client/integration/helpers.rs index 79c0198f2..9a182981c 100644 --- a/arbitrum-client/integration/helpers.rs +++ b/arbitrum-client/integration/helpers.rs @@ -1,7 +1,7 @@ //! Helper functions for Arbitrum client integration tests +use eyre::{eyre, Result}; use std::{fs::File, io::Read}; -use eyre::{Result, eyre}; use crate::constants::DEPLOYMENTS_KEY;