Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Nov 25, 2024
1 parent 51fb0a6 commit 87ff09b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/oned/rss/expanded/rss_expanded_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ use crate::{
oned::{
record_pattern, record_pattern_in_reverse,
rss::{
rss_utils, AbstractRSSReaderTrait, DataCharacter, DataCharacterTrait, FinderPattern,
Pair,
rss_utils, AbstractRSSReaderTrait, DataCharacter, DataCharacterTrait, FinderPattern
},
OneDReader,
},
Expand Down

0 comments on commit 87ff09b

Please sign in to comment.