Skip to content

Commit 613e92f

Browse files
committed
remove extra line
1 parent 0f871a9 commit 613e92f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

owlbot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,20 @@
100100
"recursive-include third_party/bigframes_vendored *\nrecursive-include bigframes",
101101
)
102102

103-
104103
# Include JavaScript files for display widgets
105104
assert 1 == s.replace( # MANIFEST.in
106105
["MANIFEST.in"],
107106
re.escape("recursive-include bigframes *.json *.proto py.typed"),
108107
"recursive-include bigframes *.json *.proto *.js py.typed",
109108
)
110109

111-
112110
# Fixup the documentation.
113111
assert 1 == s.replace( # docs/conf.py
114112
["docs/conf.py"],
115113
re.escape("Google Cloud Client Libraries for bigframes"),
116114
"BigQuery DataFrames provides DataFrame APIs on the BigQuery engine",
117115
)
118116

119-
120117
# Don't omit `*/core/*.py` when counting test coverages
121118
assert 1 == s.replace( # .coveragerc
122119
[".coveragerc"],

0 commit comments

Comments
 (0)