Skip to content

Commit

Permalink
refactor: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jan 28, 2024
1 parent 8fb37c0 commit 5cbbbbf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/cfs/configuration/mesa/http_client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use serde_json::Value;

use crate::cfs::configuration::mesa::r#struct::{
cfs_configuration_request::CfsConfigurationRequest,
cfs_configuration_response::CfsConfigurationResponse,
Expand Down
2 changes: 0 additions & 2 deletions src/cfs/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ pub mod shasta {
pub mod mesa {
pub mod r#struct {

use thiserror::Error;

use std::collections::HashMap;

use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion src/node/utils.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use regex::Regex;
use serde_json::Value;

use crate::{bos, bss, cfs, hsm};
use crate::{bss, cfs, hsm};

use super::r#struct::NodeDetails;

Expand Down

0 comments on commit 5cbbbbf

Please sign in to comment.