Skip to content

Commit 440bdf7

Browse files
committed
chore: reformat
1 parent d81e6d0 commit 440bdf7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

python_pytest/defs.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ def py_pytest_test(name, srcs, deps = [], args = [], pytest_deps = None, pip_rep
4141
pytest_deps: Labels of the pytest tool and other packages it may import.
4242
pip_repo: Name of the external repository where Python packages are installed.
4343
It's typically created by `pip.parse`.
44-
This attribute is used only when `pytest_deps` is unset.
44+
This attribute is used only when `pytest_deps` is unset.
4545
**kwargs: Additional named parameters to py_test.
4646
"""
4747
shim_label = Label("//python_pytest:pytest_shim.py")
4848

4949
if pytest_deps == None:
50-
pytest_deps = ["@{}//pytest".format(pip_repo)]
51-
if kwargs.get("shard_count", 1) > 1:
52-
pytest_deps.append("@{}//pytest_shard".format(pip_repo))
50+
pytest_deps = ["@{}//pytest".format(pip_repo)]
51+
if kwargs.get("shard_count", 1) > 1:
52+
pytest_deps.append("@{}//pytest_shard".format(pip_repo))
5353

5454
py_test(
5555
name = name,

0 commit comments

Comments
 (0)