Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 30, 2024
1 parent c994238 commit a4279f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class _DataType(Enum):
BYTE_ARRAY = (16, "s")

def __new__(cls, value: int, struct_code: str) -> "_DataType":
# pylint: disable=unused-argument
obj = object.__new__(cls)
obj._value_ = value
return obj
Expand Down

0 comments on commit a4279f4

Please sign in to comment.