remove unused imports

This commit is contained in:
Dmitriy Ryajov 2023-04-10 18:13:13 -06:00
parent bce430f507
commit b7028dd8f3
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -1,5 +1,3 @@
use std::{fs::File, io::BufReader};
use ark_bn254::Fr;
use num_bigint::BigUint;
use once_cell::sync::Lazy;