Skip to content

Commit

Permalink
Update landtrendr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clarype authored Sep 30, 2024
1 parent 352a8c3 commit bc95ce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ltgee/landtrendr.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ def index(self):
@index.setter
def index(self, index: str):
assert index in self._valid_indices or index in self._valid_indices_alt, \
f"Index must be one of {self._valid_indices} or {
self._valid_indices_alt}"
f"Index must be one of {self._valid_indices} or {self._valid_indices_alt}"
self._index = index

@property
Expand Down

0 comments on commit bc95ce6

Please sign in to comment.