Skip to content

Commit

Permalink
fix salient provider docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Jul 24, 2024
1 parent 096319b commit 98c351b
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 98c351b

Please sign in to comment.