Commit 20bfe6bc authored by Jose Duarte's avatar Jose Duarte
Browse files

Redundant variable

parent 00725db1
......@@ -503,8 +503,7 @@ def to_modelcif(prot: Protein) -> str:
fh = io.StringIO()
modelcif.dumper.write(fh, [system])
modelcifstr = fh.getvalue()
return modelcifstr
return fh.getvalue()
def ideal_atom_mask(prot: Protein) -> np.ndarray:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment