Skip to content

Commit 64331b0

Browse files
committed
Remove unused pystac.validation import
This takes 23 000us to import on a Ryzen 9950X3D, and the import does not seem to be used after PR #591 was merged.
1 parent a5e0408 commit 64331b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- Remove unused pystac.validation import ([#1582](https://github.com/stac-utils/pystac/pull/1582))
6+
57
## [v1.14.1] - 2025-09-18
68

79
### Fixed

pystac/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
from pystac.item_collection import ItemCollection
8787
from pystac.provider import ProviderRole, Provider
8888
from pystac.utils import HREF
89-
import pystac.validation
9089

9190
import pystac.extensions.hooks
9291
import pystac.extensions.classification

0 commit comments

Comments
 (0)