diff --git a/bindings/python/src/types.rs b/bindings/python/src/types.rs index a5cf5a5..e3410a2 100644 --- a/bindings/python/src/types.rs +++ b/bindings/python/src/types.rs @@ -1,7 +1,7 @@ use pyo3::prelude::*; use xlsx::base::types::{ - Alignment, Border, BorderItem, BorderStyle, Fill, Font, FontScheme, HorizontalAlignment, Style, CellType, - VerticalAlignment, + Alignment, Border, BorderItem, BorderStyle, CellType, Fill, Font, FontScheme, + HorizontalAlignment, Style, VerticalAlignment, }; #[derive(Clone)]