Skip to content

Commit 0e85ed6

Browse files
authored
chore(python): fix formatting issue in noxfile.py.j2 (#1241)
1 parent c6e69c4 commit 0e85ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synthtool/gcp/templates/python_library/noxfile.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def default(session):
8888
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
8989
)
9090
session.install("mock", "asyncmock", "pytest", "pytest-cov", "pytest-asyncio", "-c", constraints_path)
91-
{%- for d in unit_test_external_dependencies -%}
91+
{% for d in unit_test_external_dependencies -%}
9292
session.install("{{d}}", "-c", constraints_path)
9393
{% endfor %}
9494
{% for dependency in unit_test_local_dependencies %}session.install("-e", "{{dependency}}", "-c", constraints_path)

0 commit comments

Comments
 (0)