We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e0408 commit 64331b0Copy full SHA for 64331b0
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+- Remove unused pystac.validation import ([#1582](https://github.com/stac-utils/pystac/pull/1582))
6
+
7
## [v1.14.1] - 2025-09-18
8
9
### Fixed
pystac/__init__.py
@@ -86,7 +86,6 @@
86
from pystac.item_collection import ItemCollection
87
from pystac.provider import ProviderRole, Provider
88
from pystac.utils import HREF
89
-import pystac.validation
90
91
import pystac.extensions.hooks
92
import pystac.extensions.classification
0 commit comments