zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

Fix string interpolation #1998

Closed DimitriPapadopoulos closed 2 weeks ago

DimitriPapadopoulos commented 2 weeks ago

Fix typo in legacy string interpolation (, instead of %) by replacing with f-string.

TODO:

d-v-b commented 2 weeks ago

thanks @DimitriPapadopoulos !