Skip to content

Commit

Permalink
Merge branch 'master' into docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Feb 25, 2024
2 parents 4287d25 + ca00c34 commit 2a49d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class Callbacks:
"""" Handles all registered callbacks for YOLOv5 Hooks."""
"""Handles all registered callbacks for YOLOv5 Hooks."""

def __init__(self):
"""Initializes a Callbacks object to manage registered YOLOv5 training event hooks."""
Expand Down

0 comments on commit 2a49d14

Please sign in to comment.