forked from kemitix/git-next
fix: remove unused imports
This commit is contained in:
parent
22ce2d431a
commit
b24005c3fe
1 changed files with 1 additions and 4 deletions
|
@ -1,14 +1,11 @@
|
||||||
use color_eyre::owo_colors::OwoColorize;
|
|
||||||
//
|
//
|
||||||
use git_next_core::git::graph::Log;
|
use git_next_core::git::graph::Log;
|
||||||
use lazy_static::lazy_static;
|
|
||||||
use ratatui::{
|
use ratatui::{
|
||||||
style::{Color, Style, Styled as _},
|
style::{Color, Style},
|
||||||
text::{Line, Span, Text},
|
text::{Line, Span, Text},
|
||||||
widgets::{Paragraph, Widget},
|
widgets::{Paragraph, Widget},
|
||||||
};
|
};
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
use tracing::info;
|
|
||||||
|
|
||||||
use super::HeightContraintLength;
|
use super::HeightContraintLength;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue