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

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent ded4e5e commit 526572b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocf_blosc2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Main init file """
"""Main init file"""

from .ocf_blosc2 import Blosc2
2 changes: 1 addition & 1 deletion ocf_blosc2/ocf_blosc2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Main code file """
"""Main code file"""

import blosc2
from numcodecs.abc import Codec
Expand Down

0 comments on commit 526572b

Please sign in to comment.