Remove unused ReadableTable import from libips::image module

This commit is contained in:
Till Wegmueller 2025-08-03 16:34:49 +02:00
parent 45521d0c73
commit e33ccbe6ec
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ use std::collections::HashMap;
use std::fs::{self, File}; use std::fs::{self, File};
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use thiserror::Error; use thiserror::Error;
use redb::{Database, ReadableTable, TableDefinition}; use redb::{Database, TableDefinition};
use crate::repository::{RestBackend, ReadableRepository, RepositoryError}; use crate::repository::{RestBackend, ReadableRepository, RepositoryError};