Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Apr 8, 2024
1 parent 9971d1a commit 8e39ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ultralytics/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ def yaml_print(yaml_file: Union[str, Path, dict]) -> None:


def read_device_model() -> str:
"""Reads the device model information from the system and caches it for quick access. Used by is_jetson() and
"""
Reads the device model information from the system and caches it for quick access. Used by is_jetson() and
is_raspberrypi().
Returns:
Expand Down

0 comments on commit 8e39ad2

Please sign in to comment.