mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
Remove unused ReadableTable import from libips::image module
This commit is contained in:
parent
45521d0c73
commit
e33ccbe6ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue