Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
kyclark committed Nov 12, 2020
1 parent f133441 commit 91ca3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_prot/solution5_bio_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
""" Translate RNA to proteins """

import argparse
from Bio import Seq
from typing import NamedTuple
from Bio import Seq


class Args(NamedTuple):
Expand Down

0 comments on commit 91ca3d9

Please sign in to comment.