Fix import in app

This commit is contained in:
sharkdp 2020-04-22 23:00:39 +02:00 committed by David Peter
parent eb7d4d002a
commit 5d71056209
1 changed files with 1 additions and 2 deletions

View File

@ -19,9 +19,8 @@ use bat::{
error::*,
input::Input,
line_range::{HighlightedLineRanges, LineRange, LineRanges},
paging::PagingMode,
style::{StyleComponent, StyleComponents},
MappingTarget, SyntaxMapping, WrappingMode,
MappingTarget, PagingMode, SyntaxMapping, WrappingMode,
};
fn is_truecolor_terminal() -> bool {