Skip to content

Commit ad9cee3

Browse files
style: pre-commit fixes
1 parent 9ff76f9 commit ad9cee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scikit_build_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Load and expose the main CLI interface
77
from .main import skbuild
88

9-
__all__: list[str] = ["skbuild", "__version__"]
9+
__all__: list[str] = ["__version__", "skbuild"]

0 commit comments

Comments
 (0)