Skip to content

Commit 9a7498b

Browse files
committed
Move CommonMetadata to separate module
1 parent 3dff1b6 commit 9a7498b

File tree

4 files changed

+579
-569
lines changed

4 files changed

+579
-569
lines changed

pystac/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
ProviderRole,
3535
Summaries,
3636
)
37+
from pystac.common_metadata import CommonMetadata
3738
from pystac.summaries import RangeSummary
38-
from pystac.item import Item, Asset, CommonMetadata
39+
from pystac.item import Item, Asset
3940
from pystac.item_collection import ItemCollection
4041

4142
import pystac.validation

0 commit comments

Comments
 (0)