Skip to content

Commit

Permalink
Apply ruff/flake8-pie rule PIE790
Browse files Browse the repository at this point in the history
PIE790 Unnecessary `pass` statement
  • Loading branch information
DimitriPapadopoulos committed Nov 6, 2024
1 parent 0384363 commit db7ed86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/namedarray/parallelcompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def load_chunkmanagers(
emit_user_level_warning(
f"Failed to load chunk manager entrypoint {entrypoint.name} due to {e}. Skipping.",
)
pass

available_chunkmanagers = {
name: chunkmanager()
Expand Down

0 comments on commit db7ed86

Please sign in to comment.