Skip to content

Commit

Permalink
#308: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Nov 18, 2022
1 parent aed6dc1 commit 8e0530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/io/rr/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class RainfallRunoffModel(ParsableFileModel):

@classmethod
def property_keys(cls) -> Iterable[str]:
# Skip first element corresponding with file_path introduced by the FileModel.
# Skip first two elements corresponding with file_path and serializer_config introduced by the FileModel.
return list(cls.schema()["properties"].keys())[2:]

@classmethod
Expand Down

0 comments on commit 8e0530c

Please sign in to comment.