Skip to content

Commit

Permalink
fix: pre-commit docstring organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbmrz committed Jul 11, 2024
1 parent e7e6e2f commit 4b4a161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depthai_nodes/ml/messages/creators/thermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@


def create_thermal_message(thermal_image: np.array) -> dai.ImgFrame:
"""Creates a thermal image message in the form of an ImgFrame using the provided thermal image array.
"""Creates a thermal image message in the form of an ImgFrame using the provided
thermal image array.
Args:
thermal_image (np.array): A NumPy array representing the thermal image with shape (CHW or HWC).
Expand Down

0 comments on commit 4b4a161

Please sign in to comment.