Skip to content

Commit

Permalink
linting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Nov 18, 2024
1 parent a17bc12 commit 3b54e66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion medchem/structural/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def __call__(
scheduler = "threads"
if batch_size:
results = dm.parallelized_with_batches(
lambda batch: [functools.partial(self._evaluate, keep_details=keep_details)(mol) for mol in batch],
lambda batch: [
functools.partial(self._evaluate, keep_details=keep_details)(mol) for mol in batch
],
mols,
progress=progress,
n_jobs=n_jobs,
Expand Down

0 comments on commit 3b54e66

Please sign in to comment.