Skip to content

Commit cc8df54

Browse files
committed
placate black
1 parent e1e7e35 commit cc8df54

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/tests_using_conda.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
sys.path.insert(0, os.path.dirname(__file__))
1919

2020
from .common import run, dpath, apptainer, conda, connected
21-
from .conftest import skip_on_macos_arm, skip_on_windows, only_on_windows, ON_LINUX, ON_WINDOWS
21+
from .conftest import (
22+
skip_on_macos_arm,
23+
skip_on_windows,
24+
only_on_windows,
25+
ON_LINUX,
26+
ON_WINDOWS,
27+
)
2228

2329
from snakemake_interface_executor_plugins.settings import (
2430
DeploymentMethod,

0 commit comments

Comments
 (0)