Skip to content

Commit

Permalink
Make ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Aug 7, 2024
1 parent abe8432 commit 7909c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomenclature/iamc/datapoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def single_input_to_list(cls, v):
def validate(self, dsd: DataStructureDefinition) -> None:
error_msg = ""

# check for filter-items that are not defined in the codelists
# check for filter-items that are not defined in the codelists
for dimension in IAMC_DIMENSIONS:
if codelist := getattr(dsd, dimension, None) is None:
continue
Expand Down

0 comments on commit 7909c0a

Please sign in to comment.