Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Nov 1, 2023
1 parent cc4c53d commit 9d82259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def on_chunk_done(args: list[tuple[str, NoneType]], result: NoneType) -> None:
logger.info(f'{measure_1}: {self.runtime[measure_1]}')
logger.info(f'{measure_2}: {self.runtime[measure_2]}')

with WorkerPool(n_jobs=nproc, start_method='fork', use_dill=False, pass_worker_id=True, enable_insights=True) as pool:
with WorkerPool(n_jobs=nproc, start_method='fork', use_dill=True, pass_worker_id=True, enable_insights=True) as pool:
# args = []
# for docname in docnames:
# doctree = self.env.get_and_resolve_doctree(docname, self)
Expand Down

0 comments on commit 9d82259

Please sign in to comment.