Skip to content

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cibere committed Jan 11, 2025
1 parent e663493 commit f03c644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/libraries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .mdn import MdnDocs
from .mkdocs import Mkdocs
from .qmk import QmkDocs
from .ss64 import SS64Bash, SS64Mac, SS64NT, SS64PS
from .ss64 import SS64NT, SS64PS, SS64Bash, SS64Mac

if TYPE_CHECKING:
from collections.abc import Iterable
Expand Down

0 comments on commit f03c644

Please sign in to comment.