Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 7, 2024
1 parent 352dd5a commit a98a7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion region_grower/synthesize_morphologies.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _init_parallel(self, mpi_only=False):
dask.config.set(dask_config)

if self.with_mpi: # pragma: no cover
# pylint: disable=import-outside-toplevel
# pylint: disable=import-outside-toplevel,import-error
import dask_mpi
from mpi4py import MPI

Expand Down

0 comments on commit a98a7a5

Please sign in to comment.