Skip to content

Commit

Permalink
remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
drdo committed Aug 14, 2024
1 parent 075e385 commit fe3da4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cache/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ use chrono::{DateTime, NaiveDate, NaiveDateTime, NaiveTime, Utc};
use rusqlite::Connection;
use uuid::Uuid;

use super::LATEST_VERSION;
use crate::{
cache::{
determine_version,
filetree::{InsertError, SizeTree},
get_tables, timestamp_to_datetime, Cache, EntryDetails, Migrator,
VersionId,
},
restic::Snapshot,
};
Expand Down

0 comments on commit fe3da4f

Please sign in to comment.