refactor(tvix/nix-compat): remove unused imports

Change-Id: I64523df2344233d9e424812d94b1c7ed2ecb1a74
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9956
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
Florian Klink 2023-11-05 14:09:08 +02:00 committed by flokli
parent 65e5c31adf
commit 6d7e619b8f

View file

@ -285,8 +285,7 @@ impl fmt::Display for StorePathRef<'_> {
mod tests {
use std::path::PathBuf;
use crate::nixbase32;
use crate::store_path::{DIGEST_SIZE, ENCODED_DIGEST_SIZE};
use crate::store_path::DIGEST_SIZE;
use hex_literal::hex;
use test_case::test_case;