fix nigtly

This commit is contained in:
extrawurst 2024-02-19 21:24:09 +01:00
parent e22cc70a7d
commit cae864a188

View File

@ -29,7 +29,7 @@ use ratatui::{
widgets::{Block, Borders, Cell, Clear, Row, Table, TableState},
Frame,
};
use std::{convert::TryInto, path::Path};
use std::{path::Path};
static NO_COMMIT_ID: &str = "0000000";
static NO_AUTHOR: &str = "<no author>";