From 3d517a4af4e2c053c40321dd2b81ea77bc6a3d7c Mon Sep 17 00:00:00 2001 From: Andrew Grosser Date: Thu, 5 Dec 2024 14:08:16 -0800 Subject: [PATCH] added updates from cargo fmt --- bindings/python/src/types.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)]