fix: commenting nestasyncio.
Browse files- universal_agent.py +0 -1
universal_agent.py
CHANGED
@@ -6,7 +6,6 @@ from pathlib import Path
|
|
6 |
from typing import Any
|
7 |
|
8 |
import cv2
|
9 |
-
import nest_asyncio
|
10 |
import polars as pl
|
11 |
from dotenv import find_dotenv, load_dotenv
|
12 |
from langchain.chat_models import init_chat_model
|
|
|
6 |
from typing import Any
|
7 |
|
8 |
import cv2
|
|
|
9 |
import polars as pl
|
10 |
from dotenv import find_dotenv, load_dotenv
|
11 |
from langchain.chat_models import init_chat_model
|