Skip to content

Commit 451735d

Browse files
committed
refactor: Move last public module to internal folder
1 parent 57395e4 commit 451735d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""{{ language|title }} handler for mkdocstrings."""
22

3-
from mkdocstrings_handlers.{{ python_package_import_name }}.handler import get_handler
3+
from mkdocstrings_handlers.{{ python_package_import_name }}._internal.handler import get_handler
44

55
__all__ = ["get_handler"]

project/src/mkdocstrings_handlers/{{python_package_import_name}}/handler.py.jinja renamed to project/src/mkdocstrings_handlers/{{python_package_import_name}}/_internal/handler.py.jinja

File renamed without changes.

0 commit comments

Comments
 (0)