Skip to content

Commit

Permalink
remove duplicate @override decorator
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Lauser <[email protected]>
Signed-off-by: Florian Jost <[email protected]>
  • Loading branch information
andlaus committed Mar 8, 2024
1 parent a72340d commit 99de68a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion odxtools/parameters/dynamicparameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def is_settable(self) -> bool:
def get_coded_value_as_bytes(self, encode_state: EncodeState) -> bytes:
raise NotImplementedError("Encoding a DynamicParameter is not implemented yet.")

@override
@override
def _decode_positioned_from_pdu(self, decode_state: DecodeState) -> ParameterValue:
raise NotImplementedError("Decoding a DynamicParameter is not implemented yet.")

0 comments on commit 99de68a

Please sign in to comment.