Skip to content

Commit d1ca1e3

Browse files
fix #1045: reindent the __all__ in the version template
1 parent 9f63262 commit d1ca1e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/setuptools_scm/_integration/dump_version.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@
1616
# file generated by setuptools-scm
1717
# don't change, don't track in version control
1818
19-
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple", "__commit_id__", "commit_id"]
19+
__all__ = [
20+
"__version__",
21+
"__version_tuple__",
22+
"version",
23+
"version_tuple",
24+
"__commit_id__",
25+
"commit_id",
26+
]
2027
2128
TYPE_CHECKING = False
2229
if TYPE_CHECKING:

0 commit comments

Comments
 (0)