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 Jan 29, 2024
1 parent ecfedb6 commit 2f43932
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 2f43932

Please sign in to comment.