Skip to content

Commit cb47373

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 948e58e commit cb47373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ninja/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ._version import version as __version__
1111
from .ninja_syntax import Writer, escape, expand
1212

13-
__all__ = ["__version__", "DATA", "BIN_DIR", "ninja", "Writer", "escape", "expand"]
13+
__all__ = ["BIN_DIR", "DATA", "Writer", "__version__", "escape", "expand", "ninja"]
1414

1515

1616
def __dir__() -> list[str]:

0 commit comments

Comments
 (0)