Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b94ffc

Browse files
committedDec 16, 2024··
Formatting.
1 parent d771128 commit 9b94ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rtree/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ def initialize_from_dict(self, state: dict[str, Any]) -> None:
16401640
setattr(self, k, v)
16411641

16421642
# Consistency checks
1643-
if 'near_minimum_overlap_factor' not in state:
1643+
if "near_minimum_overlap_factor" not in state:
16441644
nmof = self.near_minimum_overlap_factor
16451645
ilc = min(self.index_capacity, self.leaf_capacity)
16461646
if nmof >= ilc:

0 commit comments

Comments
 (0)
Please sign in to comment.