Skip to content

Commit

Permalink
Merge pull request #73 from zachvalenta/fix-dupe-import
Browse files Browse the repository at this point in the history
fix: dupe import
  • Loading branch information
chaqchase authored Dec 26, 2024
2 parents f5e1963 + 0e04d05 commit 9b0cfd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lla/src/utils/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ fn get_extension_color(path: &Path) -> Option<Color> {
if is_no_color() {
return None;
}
use crate::theme::get_file_color;
get_file_color(path)
}

Expand Down

0 comments on commit 9b0cfd0

Please sign in to comment.