Skip to content

Commit fbfc417

Browse files
authored
Update ncbi_dna_mapper.py
1 parent cd24749 commit fbfc417

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/pyeed/adapter/ncbi_dna_mapper.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ def add_to_db(self, response: Response) -> None:
2929
None
3030
"""
3131

32-
with open("tests/data/api_responses/ncbi_dna_QLYQ01000020.txt", "w") as f:
33-
f.write(response.content.decode())
34-
assert (
35-
response.status_code == 200
36-
), f"Request to {response.url} failed with status code {response.status_code}"
37-
3832
records = self.parse_response(response.content)
3933

4034
for record in records:

0 commit comments

Comments
 (0)