Skip to content

Commit 55c23f3

Browse files
committed
flake8 fix
1 parent 8bdc2df commit 55c23f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyext/src/mldb/imp_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
ff = IMP.atom.CHARMMParameters(IMP.atom.get_data_path("top_heav.lib"),
1010
IMP.atom.get_data_path("par.lib"))
1111

12+
1213
def get_backbone_particles(pdb):
1314
m = IMP.Model()
1415
rh = IMP.atom.read_pdb(pdb, m, IMP.atom.BackbonePDBSelector())

0 commit comments

Comments
 (0)