fix(hpu): fix double import when hpu feature is on

This commit is contained in:
pgardratzama
2026-01-06 17:25:58 +01:00
committed by Pierre Gardrat
parent d2a570bdd6
commit b1657876fb

View File

@@ -1,8 +1,6 @@
#[cfg(any(feature = "shortint", feature = "integer"))]
pub mod shortint_params_aliases {
use tfhe::shortint::parameters::current_params::*;
#[cfg(feature = "hpu")]
use tfhe::shortint::parameters::KeySwitch32PBSParameters;
use tfhe::shortint::parameters::{
ClassicPBSParameters, CompactPublicKeyEncryptionParameters, CompressionParameters,
KeySwitch32PBSParameters, MultiBitPBSParameters, NoiseSquashingCompressionParameters,