Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Sep 11, 2024
1 parent 496f8a6 commit 26ff9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_seqfetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
fetch_seq,
)


@pytest.fixture(autouse=True)
def clear_env():
"""Some tests in this module assume that the default utils access configs are
Expand All @@ -20,7 +21,6 @@ def clear_env():
del os.environ["NCBI_API_KEY"]



@vcr.use_cassette
def test_fetch_seq():
assert 1596 == len(fetch_seq("NP_056374.2"))
Expand Down

0 comments on commit 26ff9e0

Please sign in to comment.