Skip to content

Commit 8f09d71

Browse files
committed
Removed self import reference
1 parent 7295787 commit 8f09d71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/biocode/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import re
33
import sys
44

5-
from biocode import utils
6-
75
## used for nt reverse complements
86
_nt_comp_table = bytes.maketrans(b'ACBDGHKMNSRUTWVYacbdghkmnsrutwvy', \
97
b'TGVHCDMKNSYAAWBRtgvhcdmknsyaawbr')

0 commit comments

Comments
 (0)