From 2822dfa12029626e4dc4672fcced16f42e822bca Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:35:11 +0900 Subject: [PATCH] merged import --- src/detections/detection.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/detections/detection.rs b/src/detections/detection.rs index ce057ffa..746441bd 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -1,12 +1,8 @@ extern crate csv; use crate::detections::configs; -use crate::detections::utils::format_time; -use crate::detections::utils::write_color_buffer; -use crate::options::profile::LOAEDED_PROFILE_ALIAS; -use crate::options::profile::PRELOAD_PROFILE; -use crate::options::profile::PRELOAD_PROFILE_REGEX; -use crate::options::profile::PROFILES; +use crate::detections::utils::{format_time, write_color_buffer}; +use crate::options::profile::{LOAEDED_PROFILE_ALIAS, PRELOAD_PROFILE, PRELOAD_PROFILE_REGEX, PROFILES}; use chrono::{TimeZone, Utc}; use termcolor::{BufferWriter, Color, ColorChoice};