Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 7199a31

Browse files
committed
style: pre-the-commit
1 parent de43bb5 commit 7199a31

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

conda_forge_feedstock_check_solvable/rattler_build.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ def invoke_rattler_build(
3636
virtual_package_repo_url = virtual_package_repodata()
3737
# create a temporary file and dump the variants as YAML
3838
with tempfile.TemporaryDirectory() as tmpdir:
39-
variants_file_name = os.path.join(
40-
tmpdir,
41-
str(uuid.uuid4()) + ".yaml"
42-
)
39+
variants_file_name = os.path.join(tmpdir, str(uuid.uuid4()) + ".yaml")
4340
with open(variants_file_name, "w") as fp:
4441
channel_sources = variants.get("channel_sources", [])
4542
# Add virtual package repo URL to channel sources

0 commit comments

Comments
 (0)