Skip to content

Commit

Permalink
Satisfy mypy 1.5.0 in .model.common.Code
Browse files Browse the repository at this point in the history
Remove redundant re-set of __post_init__; parent class method is used
automatically.
  • Loading branch information
khaeru committed Aug 15, 2023
1 parent 0f3c1d0 commit 90ca9c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdmx/model/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,6 @@ def __repr__(self):
class Code(Item["Code"]):
"""SDMX Code."""

__post_init__ = Item.__post_init__


class Codelist(ItemScheme[IT]):
"""SDMX Codelist."""
Expand Down

0 comments on commit 90ca9c7

Please sign in to comment.