mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Drop comment
This commit is contained in:
@ -536,7 +536,6 @@ class SeqRecordMethodsMore(unittest.TestCase):
|
||||
self.assertFalse(t.letter_annotations)
|
||||
|
||||
def test_no_side_effects(self):
|
||||
# See issue #5015
|
||||
a = SeqRecord(Seq("AA"))
|
||||
self.assertIsNone(a._per_letter_annotations)
|
||||
a.reverse_complement()
|
||||
|
Reference in New Issue
Block a user