Skip to content

Commit ff9c7fe

Browse files
committed
chore: lint
1 parent 11636f2 commit ff9c7fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-auth/noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ def mypy(session):
111111
def unit(session):
112112
# Install all test dependencies, then install this package in-place.
113113

114-
if session.python in (
115-
"3.7",
116-
):
114+
if session.python in ("3.7",):
117115
session.skip("Python 3.7 is no longer supported")
118116

119117
constraints_path = str(

0 commit comments

Comments
 (0)