Skip to content

Commit 37f5598

Browse files
committed
lint
1 parent 98fc6fe commit 37f5598

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/google-api-core/noxfile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ def docfx(session):
385385
os.path.join("docs", "_build", "html", ""),
386386
)
387387

388+
388389
@nox.session(python=DEFAULT_PYTHON_VERSION)
389390
@nox.parametrize(
390391
"protobuf_implementation",
@@ -406,9 +407,7 @@ def core_deps_from_source(session, protobuf_implementation):
406407
# version, the first version we test with in the unit tests sessions has a
407408
# constraints file containing all dependencies and extras.
408409
with open(
409-
CURRENT_DIRECTORY
410-
/ "testing"
411-
/ f"constraints-{PYTHON_VERSIONS[0]}.txt",
410+
CURRENT_DIRECTORY / "testing" / f"constraints-{PYTHON_VERSIONS[0]}.txt",
412411
encoding="utf-8",
413412
) as constraints_file:
414413
constraints_text = constraints_file.read()

0 commit comments

Comments
 (0)