Remove unused import

This commit is contained in:
Sean Bowe 2021-02-17 10:58:37 -07:00
parent ea563434f4
commit 98f5b17359
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
use crate::arithmetic::parallelize;
use blake2b_simd::State as Blake2bState;
use ff::Field;
use std::fmt::Debug;
use std::marker::PhantomData;