Skip to content

Commit

Permalink
Re-sort imports missed by pre-commit
Browse files Browse the repository at this point in the history
This mostly runs on commit now - occasionally either people will commit
without a full precommit environment, or encounter an ordering bug in
isort - PyCQA/isort#1147 (which
should be fixed in the next isort release)
  • Loading branch information
ndevenish committed Aug 5, 2020
1 parent ecfd391 commit 0ecf337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions command_line/radial_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

import numpy as np

import cctbx.miller
import iotbx.phil
from cctbx.crystal import symmetry
from libtbx import easy_pickle
from libtbx.utils import Sorry, Usage
from scitbx.array_family import flex
Expand All @@ -20,9 +22,6 @@
import dxtbx.datablock
from dxtbx.model.experiment_list import ExperimentListFactory

from cctbx.crystal import symmetry
import cctbx.miller

master_phil = iotbx.phil.parse(
"""
file_path = None
Expand Down
2 changes: 1 addition & 1 deletion format/nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
import dxtbx.model
from dxtbx.model import (
Beam,
Spectrum,
Crystal,
Detector,
Panel,
ParallaxCorrectedPxMmStrategy,
Scan,
Spectrum,
)

try:
Expand Down

0 comments on commit 0ecf337

Please sign in to comment.