Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omesser committed Jul 31, 2023
1 parent 0266c81 commit ea167b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlem/core/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init_subclass__(cls, *args, **kwargs):
)
else:
logger.debug(
"Not registerting %s to any Analyzer because it's an abstract class",
"Not registering %s to any Analyzer because it's an abstract class",
cls.__name__,
)
super(Hook, cls).__init_subclass__(*args, **kwargs)
Expand Down

0 comments on commit ea167b5

Please sign in to comment.