Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun31415 committed May 3, 2024
1 parent 8d226c7 commit da0994d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/burn-import/src/burn/node/prelu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl<PS: PrecisionSettings> NodeCodegen<PS> for PReluNode<PS> {
}
}
fn register_imports(&self, imports: &mut BurnImports) {
imports.register("burn::nn::PRelu");
imports.register("burn::nn::prelu::PRelu");
imports.register("burn::nn::prelu::PReluConfig");
}
Expand Down

0 comments on commit da0994d

Please sign in to comment.