Skip to content

Commit 6f70037

Browse files
committed
Fix lint errors
1 parent f2ecc92 commit 6f70037

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pystac/collection.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ class Collection(Catalog):
443443
"""
444444

445445
assets: Dict[str, Asset]
446-
"""Optional map of Assets"""
446+
"""Map of Assets"""
447447

448448
description: str
449449
"""Detailed multi-line description to fully explain the collection."""
@@ -467,15 +467,6 @@ class Collection(Catalog):
467467
providers: Optional[List[Provider]]
468468
"""Optional list of providers of this Collection."""
469469

470-
assets: Dict[str, Asset]
471-
"""Map of Assets"""
472-
473-
stac_extensions: List[str]
474-
"""List of extensions the Collection implements."""
475-
476-
title: Optional[str]
477-
"""Optional short descriptive one-line title for the collection."""
478-
479470
summaries: Summaries
480471
"""A map of property summaries, either a set of values or statistics such as a
481472
range."""

0 commit comments

Comments
 (0)