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 17, 2024
1 parent 617ab05 commit fc723cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_cache_hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@


try:
from executorlib.standalone.hdf import dump, load, get_output, get_runtime, get_queue_id
from executorlib.standalone.hdf import (
dump,
load,
get_output,
get_runtime,
get_queue_id,
)

skip_h5py_test = False
except ImportError:
Expand Down

0 comments on commit fc723cf

Please sign in to comment.