Skip to content

Commit c9b8178

Browse files
committed
fix import formatting
1 parent 1714786 commit c9b8178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyo3-macros-backend/src/pyclass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use syn::parse::{Parse, ParseStream};
88
use syn::punctuated::Punctuated;
99
use syn::{parse_quote, parse_quote_spanned, spanned::Spanned, ImplItemFn, Result, Token};
1010

11-
use crate::PyFunctionOptions;
1211
use crate::attributes::kw::frozen;
1312
use crate::attributes::{
1413
self, kw, take_pyo3_options, CrateAttribute, ExtendsAttribute, FreelistAttribute,
@@ -34,6 +33,7 @@ use crate::pymethod::{
3433
};
3534
use crate::pyversions::{is_abi3_before, is_py_before};
3635
use crate::utils::{self, apply_renaming_rule, Ctx, LitCStr, PythonDoc};
36+
use crate::PyFunctionOptions;
3737

3838
/// If the class is derived from a Rust `struct` or `enum`.
3939
#[derive(Copy, Clone, Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)