Skip to content

Commit 515bf25

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing/code_style.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ Place new files in the appropriate package directory:
8484

8585
When adding new files, ensure they are properly included in
8686
``__init__.py`` files if they should be part of the public API. Keep
87-
it minimal. Use ``__init__.py`` to define package-level exports using ``__all__``.
87+
it minimal. Use ``__init__.py`` to define package-level exports using
88+
``__all__``.
8889

8990
.. note::
9091

0 commit comments

Comments
 (0)