Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 5, 2024
1 parent b6655ca commit 530d792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyoload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init_subclass__(cls: Any):
name = cls.name
else:
name = cls.__name__
Check.register(cls(), name)
Check.register(name)(cls())

@classmethod
def register(
Expand Down

0 comments on commit 530d792

Please sign in to comment.