Skip to content

Commit

Permalink
Fix(black)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 5, 2023
1 parent 0dd4bb5 commit 406f65d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion catkin_tools_document/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def pydoctor(conf, package, deps, doc_deps, output_path, source_path, docs_build


def epydoc(conf, package, deps, doc_deps, output_path, source_path, docs_build_path, job_env):

epydoc_exe = which("epydoc")
if epydoc_exe is None:
# If epydoc is missing, fall back to pydoctor.
Expand Down
1 change: 0 additions & 1 deletion catkin_tools_document/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def document_workspace(

# Construct jobs
for pkg_path, pkg in packages_to_be_documented:

# Get actual execution deps
deps = [p.name for _, p in get_cached_recursive_build_depends_in_workspace(pkg, packages_to_be_documented)]
doc_deps = [
Expand Down

0 comments on commit 406f65d

Please sign in to comment.