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 063f303 commit baedbefCopy full SHA for baedbef
pystac/collection.py
@@ -3,7 +3,7 @@
3
import dateutil.parser
4
from dateutil import tz
5
from copy import (copy, deepcopy)
6
-from pystac import (STACError, STACObjectType, CatalogType)
+from pystac import (STACObjectType, CatalogType)
7
from pystac.catalog import Catalog
8
from pystac.link import Link
9
from pystac.utils import datetime_to_str
0 commit comments