Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent 1fd5065 commit 183362b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtree/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1482,10 +1482,11 @@ class IndexStreamHandle(IndexHandle):


try:

class IndexArrayHandle(IndexHandle):
_create = core.rt.Index_CreateWithArray
except AttributeError:
pass
pass


class PropertyHandle(Handle):
Expand Down

0 comments on commit 183362b

Please sign in to comment.