Skip to content

Commit bba17be

Browse files
committed
chore: lint
1 parent 4bf77dc commit bba17be

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/google-cloud-documentai-toolbox

packages/google-cloud-documentai-toolbox/noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ def install_unittest_dependencies(session, *constraints):
182182
def unit(session, protobuf_implementation):
183183
# Install all test dependencies, then install this package in-place.
184184

185-
if session.python in (
186-
"3.7",
187-
):
185+
if session.python in ("3.7",):
188186
session.skip("Python 3.7 is no longer supported")
189187

190188
if protobuf_implementation == "cpp" and session.python in (

0 commit comments

Comments
 (0)