Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit ec9e9d5

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocf_blosc2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
""" Main init file """
1+
"""Main init file"""
22

33
from .ocf_blosc2 import Blosc2

ocf_blosc2/ocf_blosc2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Main code file """
1+
"""Main code file"""
22

33
import blosc2
44
from numcodecs.abc import Codec

0 commit comments

Comments
 (0)