Skip to content

Commit

Permalink
update replacement in owlbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jul 5, 2024
1 parent a9070b0 commit 72133f8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand All @@ -229,12 +233,6 @@ def mypy(session):
)


@nox.session(python=DEFAULT_PYTHON_VERSION)
def lint_setup_py(session):
''',
)


# ----------------------------------------------------------------------------
# Customize gapics to include PooledBigtableGrpcAsyncIOTransport
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 72133f8

Please sign in to comment.