Skip to content

Commit

Permalink
Make a really long line
Browse files Browse the repository at this point in the history
Done to test `pre-commit.ci`.
  • Loading branch information
jakirkham committed Oct 27, 2023
1 parent 1374e1f commit 6d74167
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,14 +883,7 @@ def _render_ci_provider(
fh.write(template.render(**forge_config))
# TODO: azure-pipelines might need the same as circle
if return_metadata:
return dict(
forge_config=forge_config,
metas_list_of_lists=metas_list_of_lists,
platforms=platforms,
archs=archs,
enable_platform=enable_platform,
provider_name=provider_name,
)
return dict(forge_config=forge_config, metas_list_of_lists=metas_list_of_lists, platforms=platforms, archs=archs, enable_platform=enable_platform, provider_name=provider_name)
else:
return forge_config

Expand Down

0 comments on commit 6d74167

Please sign in to comment.