Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:sat-utils/sat-stac into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Jan 23, 2020
2 parents 1397c89 + a1d852b commit a856598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satstac/itemcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def open(cls, filename):
@classmethod
def load(cls, *args, **kwargs):
""" Load an Items class from a GeoJSON FeatureCollection """
logger.warning(f"ItemCollection.load() is deprecated, use ItemCollection.open()")
logger.warning("ItemCollection.load() is deprecated, use ItemCollection.open()")
return cls.open(*args, **kwargs)

def __len__(self):
Expand Down Expand Up @@ -177,4 +177,4 @@ def download(self, *args, **kwargs):
fname = i.download(*args, **kwargs)
if fname is not None:
dls.append(fname)
return dls
return dls

0 comments on commit a856598

Please sign in to comment.