Skip to content

Commit 5c1e1ea

Browse files
author
Jim Fulton
authored
chore: Stop creating multiprocessing.rst (#241)
It's included in README.rst now (to make navigation saner). Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #240 🦕
1 parent b630293 commit 5c1e1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535
s.move(templated_files, excludes=[
3636
# sqlalchemy-bigquery was originally licensed MIT
37-
"LICENSE"
37+
"LICENSE", "docs/multiprocessing.rst"
3838
])
3939

4040
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)