Skip to content

Commit 2972a22

Browse files
style: pre-commit fixes
1 parent f97c115 commit 2972a22

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)