Skip to content

Commit

Permalink
PEP8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Mar 13, 2024
1 parent 1efa488 commit 7ac82f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wwpdb/utils/tests-nmr/test_ChemCompUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ def test_greek_letter_system(self):
self.assertEqual(self.chem_comp_util.getAtomsBasedOnGreekLetterSystem('ACA', 'CA'), {'C2'})
self.assertEqual(self.chem_comp_util.getAtomsBasedOnGreekLetterSystem('ACA', 'HA'), {'H21', 'H22'})


if __name__ == "__main__":
unittest.main()

0 comments on commit 7ac82f3

Please sign in to comment.