Skip to content

Commit

Permalink
fixed test_case
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmadawg committed Nov 1, 2024
1 parent 791d93b commit 0346406
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/data_handler/handlers/loan_states/zklend/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@
from data_handler.db.crud import InitializerDBConnector
from data_handler.handler_tools.data_parser.zklend import ZklendDataParser
from data_handler.handlers.helpers import get_async_symbol
from data_handler.handlers.loan_states.zklend import TokenSettings
from data_handler.handlers.settings import TokenSettings
from shared.helpers import add_leading_zeros
from shared.loan_entity import LoanEntity
from shared.state import State
from data_handler.handlers.loan_states.zklend.settings import (
ZKLEND_SPECIFIC_TOKEN_SETTINGS,
)
from data_handler.handlers.loan_states.zklend.settings import (
ZKLEND_SPECIFIC_TOKEN_SETTINGS,
)

from data_handler.handlers import blockchain_call

Expand Down

0 comments on commit 0346406

Please sign in to comment.