Skip to content

Commit

Permalink
Add None to nuts typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-almeida committed Sep 19, 2024
1 parent c9df2be commit e6aad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomenclature/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def repository_dimension_path(self) -> str:

class RegionCodeListConfig(CodeListConfig):
country: bool = False
nuts: dict[str, str | list[str]] = None
nuts: dict[str, str | list[str]] | None = None

@field_validator("nuts")
@classmethod
Expand Down

0 comments on commit e6aad92

Please sign in to comment.