Skip to content

Commit

Permalink
Add missing newline at EOF (zarr-developers#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Nov 9, 2022
1 parent 6d0eeaa commit bae1423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/donotdelete
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directory is used for data files created during testing.
This directory is used for data files created during testing.
2 changes: 1 addition & 1 deletion docs/api/hierarchy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Groups (``zarr.hierarchy``)
.. automethod:: zeros_like
.. automethod:: ones_like
.. automethod:: full_like
.. automethod:: move
.. automethod:: move
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ To work with Zarr source code in development, install from GitHub::
To verify that Zarr has been fully installed, run the test suite::

$ pip install pytest
$ python -m pytest -v --pyargs zarr
$ python -m pytest -v --pyargs zarr
2 changes: 1 addition & 1 deletion requirements_rtfd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sphinx-copybutton
sphinx-rtd-theme
numpydoc
numpy!=1.21.0
msgpack-python==0.5.6
msgpack-python==0.5.6

0 comments on commit bae1423

Please sign in to comment.