Skip to content

Commit 73950db

Browse files
fix : removed extra blank link between the sections
1 parent 6e24935 commit 73950db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strings/dna.py

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def dna(dna: str) -> str:
2323

2424
return dna.translate(dna.maketrans("ATCG", "TAGC"))
2525

26-
2726
if __name__ == "__main__":
2827
import doctest
2928

0 commit comments

Comments
 (0)