Skip to content

Commit

Permalink
fix clippy/beta: unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed Apr 14, 2024
1 parent 59aaa8d commit a494118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-testing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl From<ItemFn> for Pyo3TestCase {

#[cfg(test)]
mod tests {
use syn::{parse_quote, Attribute};
use syn::parse_quote;

use super::*;

Expand Down

0 comments on commit a494118

Please sign in to comment.