Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonet committed Apr 16, 2024
1 parent 9438121 commit 4e4b23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from web3 import Web3, HTTPProvider

from .models import Settings, db, Wallets
from .models import Settings, db, Wallets, Accounts
from .config import config, get_contract_abi, get_contract_address
from .logging import logger
from .token import Token, get_all_accounts
Expand Down

0 comments on commit 4e4b23d

Please sign in to comment.