Skip to content

Commit

Permalink
Silence unused import linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jun 17, 2024
1 parent e70dcb3 commit 32eb132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cooler/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region_to_extent,
region_to_offset,
)
from ._selectors import RangeSelector1D, RangeSelector2D, _IndexingMixin
from ._selectors import RangeSelector1D, RangeSelector2D, _IndexingMixin # noqa
from ._tableops import delete, get, put

__all__ = [
Expand Down

0 comments on commit 32eb132

Please sign in to comment.