Skip to content

Commit

Permalink
Fix isort: split for ruff bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 6, 2024
1 parent ca641a6 commit c2d9c5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/dials/algorithms/integration/parallel_integrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
from dials.util.mp import multi_node_parallel_map
from dials.util.system import MEMORY_LIMIT

# isort: split

# Need this import first because loads extension that parallel_integrator_ext
# relies on - it assumes the binding for EmpiricalProfileModeller exists
import dials.algorithms.profile_model.modeller # noqa: F401 # isort: split
import dials.algorithms.profile_model.modeller

# isort: split

from dials.constants import EPS, FULL_PARTIALITY
from dials_algorithms_integration_parallel_integrator_ext import (
Expand Down

0 comments on commit c2d9c5f

Please sign in to comment.