fix: Import time module to resolve undefined name error
This commit is contained in:
parent
8649949278
commit
a6d7a3fb54
@ -4,6 +4,7 @@ from typing import List, Optional
|
||||
from db.db_connection import create_client
|
||||
import logging
|
||||
import streamlit as st
|
||||
import time
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user