sphinx/tests/roots/test-ext-autodoc/target/_functions_to_import.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
187 B
Python
Raw Normal View History

from typing import TYPE_CHECKING, Optional
if TYPE_CHECKING:
from sphinx.application import Sphinx
2025-01-02 19:09:26 -06:00
def function_to_be_imported(app: Optional['Sphinx']) -> str:
"""docstring"""