Skip to content

Commit

Permalink
flake8, reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 14, 2024
1 parent 95cbb33 commit b37c1d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
h5py
pytest
2 changes: 1 addition & 1 deletion tests/unit/test_aggregate_dataset_histos.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

project_root = Path(__file__).resolve().parents[2]
sys.path.insert(0, str(project_root))
from scripts.aggregate_dataset_histos import (
from scripts.aggregate_dataset_histos import ( # noqa: E402
_main,
get_job_histo_files,
update_aggregation,
Expand Down

0 comments on commit b37c1d6

Please sign in to comment.