Skip to content

Commit 41a567e

Browse files
Apply ruff/pycodestyle preview rule E262 (#2370)
E262 Inline comment should start with `# ` Co-authored-by: Joe Hamman <[email protected]>
1 parent da675fe commit 41a567e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def test_get_orthogonal_selection_2d(store: StorePath) -> None:
683683
with pytest.raises(IndexError):
684684
z.get_orthogonal_selection(selection_2d_bad) # type: ignore[arg-type]
685685
with pytest.raises(IndexError):
686-
z.oindex[selection_2d_bad] # type: ignore[index]
686+
z.oindex[selection_2d_bad] # type: ignore[index]
687687

688688

689689
def _test_get_orthogonal_selection_3d(

0 commit comments

Comments
 (0)