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 Jan 4, 2025
1 parent 28d0af1 commit f06d765
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtree/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pprint
import warnings
from collections.abc import Iterator, Sequence
from typing import Any, Generator, Literal, overload
from typing import Any, Literal, overload

from . import core
from .exceptions import RTreeError
Expand Down Expand Up @@ -197,7 +197,6 @@ def __init__(
"TPR-Tree type not supported with version of libspatialindex"
)


if filename:
self.properties.storage = RT_Disk
self.properties.filename = filename
Expand Down

0 comments on commit f06d765

Please sign in to comment.