Skip to content

Commit

Permalink
fix: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarbacinski committed Jun 19, 2024
1 parent 3ca7da6 commit 989bf53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/app/modules/uq/service/preliminary.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
from typing import Protocol, Optional, Tuple, runtime_checkable

from app.context.manager import Context
from app.infrastructure import database
from app.infrastructure.database.uniqueness_quotient import (
get_uq_by_address,
save_uq_from_address,
)
from app.modules.uq.core import calculate_uq, Scores
from app.modules.uq.core import calculate_uq
from app.pydantic import Model


Expand Down

0 comments on commit 989bf53

Please sign in to comment.