Skip to content

Commit d730883

Browse files
authored
chore(python): fix formatting issue in noxfile.py.j2 (#1237)
1 parent 4fc6918 commit d730883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ 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 %}session.install("{{d}}", "-c", constraints_path){% endfor %}
91+
{%- for d in unit_test_external_dependencies -%}
92+
session.install("{{d}}", "-c", constraints_path)
93+
{% endfor %}
9294
{% for dependency in unit_test_local_dependencies %}session.install("-e", "{{dependency}}", "-c", constraints_path)
9395
{% endfor %}
9496
{% for dependency in unit_test_dependencies %}session.install("-e", "{{dependency}}", "-c", constraints_path){% endfor %}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy