Skip to content

Commit

Permalink
fix: remove an extra white space
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed May 4, 2024
1 parent 3224105 commit c22c31f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/api/open/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import pathlib


DATASETS: list[tuple[pathlib.Path, typing.Optional[dict], dict]] = [
DATASETS: list[tuple[pathlib.Path, typing.Optional[dict], dict]] = [
pytest.param(
ipath, data.get("e", None), data.get("o", {}),
id=f"{ipath.parent}/{ipath.name}"
Expand Down
1 change: 0 additions & 1 deletion tests/res/open/basics/10

This file was deleted.

0 comments on commit c22c31f

Please sign in to comment.