Skip to content

Commit 2e38586

Browse files
Clean clutter
1 parent a0ac04c commit 2e38586

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/dlstbx/wrapper/autoSHARP.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
from jinja2.exceptions import UndefinedError
1111
from jinja2.loaders import PackageLoader
1212

13-
from dlstbx.util.big_ep_helpers import (copy_results, ispyb_write_model_json,
14-
send_results_to_ispyb,
15-
spacegroup_short, write_coot_script,
16-
write_sequence_file)
13+
from dlstbx.util.big_ep_helpers import (
14+
copy_results,
15+
ispyb_write_model_json,
16+
send_results_to_ispyb,
17+
spacegroup_short,
18+
write_coot_script,
19+
write_sequence_file,
20+
)
1721
from dlstbx.util.processing_stats import get_model_data
1822
from dlstbx.util.symlink import create_parent_symlink
1923

0 commit comments

Comments
 (0)