diff --git a/owlbot.py b/owlbot.py index 99fcc3898..c2cd0fc20 100644 --- a/owlbot.py +++ b/owlbot.py @@ -26,11 +26,4 @@ templated_files / "renovate.json", ) - -assert 1 == s.replace( - ".kokoro/docs/docs-presubmit.cfg", - 'value: "docs docfx"', - 'value: "docs"', -) - s.shell.run(["nox", "-s", "blacken"], hide_output=False)