Skip to content

Commit

Permalink
Fix mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sosna committed May 16, 2024
1 parent 794c71f commit e4eeede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pysdmx/fmr/fusion/dsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_representation(
cls: Sequence[FusionCodelist],
cons: Dict[str, Sequence[str]],
) -> Tuple[
DataType,
Optional[DataType],
Optional[Facets],
Optional[Codelist],
Optional[ArrayBoundaries],
Expand Down
2 changes: 1 addition & 1 deletion src/pysdmx/fmr/sdmx/dsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _get_representation(
cls: Sequence[Codelist],
cons: Dict[str, Sequence[str]],
) -> Tuple[
DataType,
Optional[DataType],
Optional[Facets],
Optional[Codelist],
Optional[ArrayBoundaries],
Expand Down

0 comments on commit e4eeede

Please sign in to comment.