Skip to content

Commit bb84c0b

Browse files
fix: fix import error
1 parent b48930a commit bb84c0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphgen/models/searcher/db/ncbi_searcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from functools import lru_cache
88
from http.client import IncompleteRead
99
from typing import Dict, Optional
10-
from graphgen.models.searcher.limitter import RateLimiter
1110

1211
from Bio import Entrez, SeqIO
1312
from Bio.Blast import NCBIWWW, NCBIXML
@@ -67,7 +66,6 @@ def __init__(
6766
if self.use_local_blast and not os.path.isfile(f"{self.local_blast_db}.nhr"):
6867
logger.error("Local BLAST database files not found. Please check the path.")
6968
self.use_local_blast = False
70-
self.rate_limiter = RateLimiter()
7169

7270
@staticmethod
7371
def _nested_get(data: dict, *keys, default=None):

0 commit comments

Comments
 (0)