Skip to content

Commit 2f63f79

Browse files
style: pre-commit fixes
1 parent 3efef22 commit 2f63f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyramid_sampler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from ._version import version as __version__
1010
from .sampler import Downsampler, initialize_test_image
1111

12-
__all__ = ["__version__", "Downsampler", "initialize_test_image"]
12+
__all__ = ["Downsampler", "__version__", "initialize_test_image"]

0 commit comments

Comments
 (0)