Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Oct 17, 2024
1 parent 94bb05a commit b5152bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ramses_tx/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,6 @@ def parser_0418(payload: str, msg: Message) -> PayDictT._0418 | PayDictT._0418_N

# unknown_042f, from STA, VMS
def parser_042f(payload: str, msg: Message) -> dict[str, Any]:

return {
"counter_1": f"0x{payload[2:6]}",
"counter_3": f"0x{payload[6:10]}",
Expand Down

0 comments on commit b5152bc

Please sign in to comment.