Skip to content

Commit

Permalink
chore: address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Jan 31, 2025
1 parent f61103a commit 8699090
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions air/src/air/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
use alloc::{collections::BTreeMap, vec::Vec};

use crypto::{RandomCoin, RandomCoinError};
use math::{
fft, get_power_series, get_power_series_with_offset, ExtensibleField, ExtensionOf,
FieldElement, StarkField, ToElements,
};
use math::{fft, ExtensibleField, ExtensionOf, FieldElement, StarkField, ToElements};

use crate::{BatchingMethod, ProofOptions};

Expand Down

0 comments on commit 8699090

Please sign in to comment.