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 e663493 commit f03c644Copy full SHA for f03c644
plugin/libraries/__init__.py
@@ -11,7 +11,7 @@
11
from .mdn import MdnDocs
12
from .mkdocs import Mkdocs
13
from .qmk import QmkDocs
14
-from .ss64 import SS64Bash, SS64Mac, SS64NT, SS64PS
+from .ss64 import SS64NT, SS64PS, SS64Bash, SS64Mac
15
16
if TYPE_CHECKING:
17
from collections.abc import Iterable
0 commit comments