Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 29, 2023
1 parent 24f620b commit 6934500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_jupyter_builder/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .plugin import JupyterBuildHook


@hookimpl # type:ignore[misc]
@hookimpl
def hatch_register_build_hook() -> Type[JupyterBuildHook]:
"""Get the hook implementation."""
return JupyterBuildHook

0 comments on commit 6934500

Please sign in to comment.