Skip to content

Commit fa680f9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 73950db commit fa680f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/dna.py

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

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

26+
2627
if __name__ == "__main__":
2728
import doctest
2829

0 commit comments

Comments
 (0)