Skip to content

Commit cf81358

Browse files
committed
style: Format
1 parent 4dff69d commit cf81358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkdocs_llmstxt/_internal/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from mkdocs_llmstxt._internal.config import _PluginConfig
2020
from mkdocs_llmstxt._internal.logger import _get_logger
21-
from mkdocs_llmstxt._internal.preprocess import autoclean, _preprocess
21+
from mkdocs_llmstxt._internal.preprocess import _preprocess, autoclean
2222

2323
if TYPE_CHECKING:
2424
from typing import Any

0 commit comments

Comments
 (0)