From 8e0530c0456d5b71db3321bb6ed716a60a6d600f Mon Sep 17 00:00:00 2001 From: Prisca van der Sluis Date: Fri, 18 Nov 2022 13:43:38 +0100 Subject: [PATCH] #308: Update comment --- hydrolib/core/io/rr/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrolib/core/io/rr/models.py b/hydrolib/core/io/rr/models.py index 900b047cd..e60a7c7ae 100644 --- a/hydrolib/core/io/rr/models.py +++ b/hydrolib/core/io/rr/models.py @@ -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