Skip to content

Commit

Permalink
remove replacement in owlbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Sep 17, 2024
1 parent 432721d commit 6046518
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 6046518

Please sign in to comment.