From 72133f83692f1db002df67c87b79f0c38e6fa599 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 5 Jul 2024 16:15:17 +0000 Subject: [PATCH] update replacement in owlbot.py --- owlbot.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/owlbot.py b/owlbot.py index 170bc08d4..024496293 100644 --- a/owlbot.py +++ b/owlbot.py @@ -212,6 +212,10 @@ def mypy(session): "tests/unit/v2_client", ) +@nox.session(python=DEFAULT_PYTHON_VERSION) +def lint_setup_py(session): +''', +) # add customization to docfx docfx_postprocess = """ @@ -229,12 +233,6 @@ def mypy(session): ) -@nox.session(python=DEFAULT_PYTHON_VERSION) -def lint_setup_py(session): -''', -) - - # ---------------------------------------------------------------------------- # Customize gapics to include PooledBigtableGrpcAsyncIOTransport # ----------------------------------------------------------------------------