From 9b94ffcd45f0edc31ce11c4db95ad946b37042f9 Mon Sep 17 00:00:00 2001 From: Freddie Witherden Date: Mon, 16 Dec 2024 09:31:34 -0600 Subject: [PATCH] Formatting. --- rtree/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtree/index.py b/rtree/index.py index ea9f1349..1ce9eba8 100644 --- a/rtree/index.py +++ b/rtree/index.py @@ -1640,7 +1640,7 @@ def initialize_from_dict(self, state: dict[str, Any]) -> None: setattr(self, k, v) # Consistency checks - if 'near_minimum_overlap_factor' not in state: + if "near_minimum_overlap_factor" not in state: nmof = self.near_minimum_overlap_factor ilc = min(self.index_capacity, self.leaf_capacity) if nmof >= ilc: