Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
katiestahl committed Nov 20, 2023
1 parent a1b2add commit a7b8ef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/curfu/routers/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from fastapi.responses import FileResponse
from gene import schemas as gene_schemas
from starlette.background import BackgroundTasks
from cool_seq_tool.routers import CoolSeqTool

from curfu import logger
from curfu.schemas import (
Expand All @@ -19,7 +18,6 @@
SequenceIDResponse,
)
from curfu.sequence_services import InvalidInputError, get_strand
from curfu import UTA_DB_URL

router = APIRouter()

Expand Down

0 comments on commit a7b8ef8

Please sign in to comment.