Skip to content

Commit 6b34787

Browse files
committed
lint
1 parent 837fd13 commit 6b34787

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/google-cloud-dns/noxfile.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,7 @@ def prerelease_deps(session, protobuf_implementation):
426426
# version, the first version we test with in the unit tests sessions has a
427427
# constraints file containing all dependencies and extras.
428428
with open(
429-
CURRENT_DIRECTORY
430-
/ "testing"
431-
/ f"constraints-{ALL_PYTHON[0]}.txt",
429+
CURRENT_DIRECTORY / "testing" / f"constraints-{ALL_PYTHON[0]}.txt",
432430
encoding="utf-8",
433431
) as constraints_file:
434432
constraints_text = constraints_file.read()
@@ -512,9 +510,7 @@ def core_deps_from_source(session, protobuf_implementation):
512510
# version, the first version we test with in the unit tests sessions has a
513511
# constraints file containing all dependencies and extras.
514512
with open(
515-
CURRENT_DIRECTORY
516-
/ "testing"
517-
/ f"constraints-{ALL_PYTHON[0]}.txt",
513+
CURRENT_DIRECTORY / "testing" / f"constraints-{ALL_PYTHON[0]}.txt",
518514
encoding="utf-8",
519515
) as constraints_file:
520516
constraints_text = constraints_file.read()

0 commit comments

Comments
 (0)