removed duplicate import

This commit is contained in:
epi
2022-04-04 06:06:24 -05:00
parent ca494ca801
commit da22371c87

View File

@@ -1,5 +1,5 @@
use super::*;
use serde::{Deserialize, Serialize};
/// Simple implementor of FeroxFilter; used to filter out responses based on the number of lines
/// in a Response body; specified using -N|--filter-lines
#[derive(Default, Debug, PartialEq, Serialize, Deserialize)]