Skip to content

Commit 06ea97d

Browse files
committed
fix lint
1 parent 6961f1a commit 06ea97d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/google-auth/noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ def unit(session, install_deprecated_extras):
177177
session.install("oauth2client")
178178

179179
# Use the dedicated extras constraints file if it exists
180-
extras_constraints = CURRENT_DIRECTORY / "testing" / f"constraints-extras-{session.python}.txt"
180+
extras_constraints = (
181+
CURRENT_DIRECTORY / "testing" / f"constraints-extras-{session.python}.txt"
182+
)
181183
if extras_constraints.exists():
182184
constraints_path = str(extras_constraints)
183185
else:

0 commit comments

Comments
 (0)