Cleanup: unused imports

This commit is contained in:
2019-03-15 19:45:21 +11:00
parent f29b80ff79
commit 41b289be30
5 changed files with 1 additions and 6 deletions

View File

@@ -756,8 +756,7 @@ def BuildRNAInfo():
def main():
import rna_info
struct = rna_info.BuildRNAInfo()[0]
struct = BuildRNAInfo()[0]
data = []
for _struct_id, v in sorted(struct.items()):
struct_id_str = v.identifier # "".join(sid for sid in struct_id if struct_id)