Skip to content

Commit

Permalink
Format: Ruff pass on protein.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ansengarvin committed Mar 10, 2024
1 parent c2aec04 commit 4a60a55
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions backend/src/api/protein.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
from ..db import Database, bytea_to_str, str_to_bytea
from fastapi.exceptions import HTTPException

from ..api_types import (
ProteinEntry,
UploadBody,
UploadError,
EditBody,
CamelModel
)
from ..api_types import ProteinEntry, UploadBody, UploadError, EditBody, CamelModel
from ..auth import requiresAuthentication
from ..tmalign import tm_align
from io import BytesIO
Expand Down

0 comments on commit 4a60a55

Please sign in to comment.