Skip to content

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 Jul 23, 2024
1 parent 4fccf96 commit a0647b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/io/odc/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"""

from .tar import tar_doc_stream # pylint: disable=W0460
from .text import parse_mtl, parse_yaml, read_stdin_lines, slurp, slurp_lines # pylint: disable=W0460
from .text import (
parse_mtl,
parse_yaml,
read_stdin_lines,
slurp,
slurp_lines,
) # pylint: disable=W0460
from .timer import RateEstimator # pylint: disable=W0460

from ._version import __version__ # pylint: disable=W0460
Expand Down

0 comments on commit a0647b4

Please sign in to comment.