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 May 13, 2024
1 parent e11f604 commit ef843ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_helper/vr_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The main functionality for this module lies in the VRExperiment class, which represents
all the parameter sets which are being tested.
"""

from collections.abc import Iterable, Sequence
from itertools import product
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions tests/test_vr_experiment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the VRExperiment class."""

from itertools import product
from pathlib import Path
from typing import Any
Expand Down

0 comments on commit ef843ae

Please sign in to comment.