fix: Import create_client to resolve undefined name error
This commit is contained in:
parent
8fadc159bd
commit
bcd1b2badb
@ -11,6 +11,7 @@ from trading.watchlist import (
|
|||||||
create_watchlist, get_watchlists, add_to_watchlist,
|
create_watchlist, get_watchlists, add_to_watchlist,
|
||||||
remove_from_watchlist, get_watchlist_items, WatchlistItem
|
remove_from_watchlist, get_watchlist_items, WatchlistItem
|
||||||
)
|
)
|
||||||
|
from db.db_connection import create_client
|
||||||
|
|
||||||
# Configure logging
|
# Configure logging
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user