Skip to content

Commit

Permalink
Add missing use statement
Browse files Browse the repository at this point in the history
Issue-Id: #267
  • Loading branch information
christoph-hamm committed Sep 30, 2024
1 parent 989d3f4 commit 73a9ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/objects/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

use std::collections::HashMap;

use crate::helpers::serialize_to_ordered_map;
use api::ank_base::{self, config_item};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 73a9ca2

Please sign in to comment.