Skip to content

Commit

Permalink
Removed self import reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Jan 5, 2017
1 parent 7295787 commit 8f09d71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/biocode/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import re
import sys

from biocode import utils

## used for nt reverse complements
_nt_comp_table = bytes.maketrans(b'ACBDGHKMNSRUTWVYacbdghkmnsrutwvy', \
b'TGVHCDMKNSYAAWBRtgvhcdmknsyaawbr')
Expand Down

0 comments on commit 8f09d71

Please sign in to comment.