Skip to content

Commit ff69f9c

Browse files
style: pre-commit fixes
1 parent b33094b commit ff69f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)