CLEAN Formatted with black

This commit is contained in:
WaylonWalker 2020-02-29 11:38:18 -06:00
parent c9160b7575
commit 80639eea0b
5 changed files with 161 additions and 16 deletions

View file

@ -189,13 +189,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(
master_doc,
"default_kedro_157",
"default_kedro_157 Documentation",
[author],
1,
)
(master_doc, "default_kedro_157", "default_kedro_157 Documentation", [author], 1,)
]
# -- Options for Texinfo output ----------------------------------------------