Skip to content

Commit

Permalink
fix(ruff): fix things ruff is complaining about
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasprlic committed Sep 10, 2024
1 parent 0a31bb3 commit b25aea8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/bioutils/normalize.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""Provides functionality for normalizing alleles, ensuring comparable representations."""

import copy
import enum
import logging
import math
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import os

import pytest
import vcr

# set vcr logging level
Expand Down
1 change: 0 additions & 1 deletion tests/test_seqfetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from bioutils.seqfetcher import (
_add_eutils_api_key,
_fetch_seq_ensembl,
_fetch_seq_ncbi,
fetch_seq,
)
Expand Down

0 comments on commit b25aea8

Please sign in to comment.