Skip to content

Commit

Permalink
Merge pull request #60 from kartoza/fix-salient-provider-docsstring
Browse files Browse the repository at this point in the history
fix salient provider docstring
  • Loading branch information
danangmassandy authored Jul 24, 2024
2 parents 096319b + 98c351b commit d270ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_project/gap/providers/salient.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Tomorrow Now GAP.
.. note:: CBAM Data Reader
.. note:: Salient Data Reader
"""

import json
Expand Down Expand Up @@ -42,7 +42,7 @@ def __init__(
self, dataset: Dataset, attributes: List[DatasetAttribute],
location_input: DatasetReaderInput, start_date: datetime,
end_date: datetime) -> None:
"""Initialize CBAMNetCDFReader class.
"""Initialize SalientNetCDFReader class.
:param dataset: Dataset from Salient provider
:type dataset: Dataset
Expand Down

0 comments on commit d270ca4

Please sign in to comment.