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 19d637f commit b42d147Copy full SHA for b42d147
pystac/extensions/item_assets.py
@@ -3,7 +3,7 @@
3
from __future__ import annotations
4
5
import warnings
6
-from typing import TYPE_CHECKING, Any, Literal
+from typing import Any, Literal
7
8
import pystac
9
from pystac.errors import DeprecatedWarning
@@ -13,9 +13,6 @@
13
from pystac.serialization.identify import STACJSONDescription, STACVersionID
14
from pystac.utils import get_required
15
16
-if TYPE_CHECKING:
17
- pass
18
-
19
SCHEMA_URI = "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
20
21
ITEM_ASSETS_PROP = "item_assets"
0 commit comments