Skip to content

Commit

Permalink
typing for sequence_picker module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawin committed Oct 6, 2024
1 parent 115bbf4 commit 80bb5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydna/sequence_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
tool = "pydna"


def genbank_accession(s: str):
def genbank_accession(s: str) -> Dseqrecord:
"""docstring."""
s = Dseqrecord(s)

Expand Down

0 comments on commit 80bb5c9

Please sign in to comment.