Skip to content

Commit

Permalink
Satisfy pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jul 23, 2024
1 parent c002a21 commit c9370b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/io/odc/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

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

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

0 comments on commit c9370b2

Please sign in to comment.