Skip to content

Commit

Permalink
Insert missing newlines at EOF.
Browse files Browse the repository at this point in the history
Fixes PEP8 W292 no newline at end of file
  • Loading branch information
cbrueffer committed Dec 3, 2012
1 parent 145615b commit b87e3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bio/SCOP/three_to_one_dict.py
Expand Up @@ -258,4 +258,4 @@
'YG ':'G','YOF':'Y','YRR':'N','YYG':'G','Z ':'C',
'Z01':'A','ZAD':'A','ZAL':'A','ZBC':'C','ZBU':'U',
'ZCL':'F','ZCY':'C','ZDU':'U','ZFB':'X','ZGU':'G',
'ZHP':'N','ZTH':'T','ZU0':'T','ZZJ':'A' }
'ZHP':'N','ZTH':'T','ZU0':'T','ZZJ':'A' }
2 changes: 1 addition & 1 deletion Tests/test_KEGG.py
Expand Up @@ -59,4 +59,4 @@ def t_KEGG_Map(testfiles):

t_KEGG_Enzyme(test_KEGG_Enzyme_files)
t_KEGG_Compound(test_KEGG_Compound_files)
t_KEGG_Map(test_KEGG_Map_files)
t_KEGG_Map(test_KEGG_Map_files)

0 comments on commit b87e3f5

Please sign in to comment.