Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2023
1 parent 29f8cf5 commit 761e802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daq2lh5/orca/orca_flashcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def get_decoded_values(self, key: int = None) -> dict[str, Any]:
def decode_packet(
self, packet: OrcaPacket, packet_id: int, rbl: RawBufferLibrary
) -> bool:
return False # FIXME: skip decoding until pyfcutils is updated
return False # FIXME: skip decoding until pyfcutils is updated
"""Decode the ORCA FlashCam Status packet."""
# aliases for brevity
if len(rbl) != 1:
Expand Down

0 comments on commit 761e802

Please sign in to comment.