Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2024
1 parent 42819a6 commit 9bfd59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ planetary-computer
pylint
isort
pytest
pandas-stubs
pandas-stubs
2 changes: 1 addition & 1 deletion tests/test_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ def test_bench_params_json():

# function should round-trip too
params.patch_url = load_from_json
assert params == BenchLoadParams.from_json(params.to_json())
assert params == BenchLoadParams.from_json(params.to_json())

0 comments on commit 9bfd59c

Please sign in to comment.