Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Mar 26, 2024
1 parent 594b6d0 commit f765d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarb/src/core/registry/client/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::io::{Seek, SeekFrom};

use anyhow::{anyhow, bail, ensure, Context, Result};
use camino::Utf8Path;
use redb::{MultimapTableDefinition, ReadableTable, TableDefinition};
use redb::{MultimapTableDefinition, TableDefinition};
use semver::Version;
use tokio::sync::OnceCell;
use tokio::task::{block_in_place, spawn_blocking};
Expand Down

0 comments on commit f765d8d

Please sign in to comment.