Skip to content

Commit baedbef

Browse files
committed
Style fix
1 parent 063f303 commit baedbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import dateutil.parser
44
from dateutil import tz
55
from copy import (copy, deepcopy)
6-
from pystac import (STACError, STACObjectType, CatalogType)
6+
from pystac import (STACObjectType, CatalogType)
77
from pystac.catalog import Catalog
88
from pystac.link import Link
99
from pystac.utils import datetime_to_str

0 commit comments

Comments
 (0)