We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dff69d commit cf81358Copy full SHA for cf81358
src/mkdocs_llmstxt/_internal/plugin.py
@@ -18,7 +18,7 @@
18
19
from mkdocs_llmstxt._internal.config import _PluginConfig
20
from mkdocs_llmstxt._internal.logger import _get_logger
21
-from mkdocs_llmstxt._internal.preprocess import autoclean, _preprocess
+from mkdocs_llmstxt._internal.preprocess import _preprocess, autoclean
22
23
if TYPE_CHECKING:
24
from typing import Any
0 commit comments