Skip to content

Commit

Permalink
unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
teaxio committed Jun 10, 2024
1 parent f81c47c commit 3710016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tests_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import json
import os
import time
from datetime import datetime
from test.evaluators import evaluator_router
from test.test_utils import get_formatted_current_timestamp
from test.test_utils import load_config
Expand All @@ -16,7 +15,6 @@
from ae.core.playwright_manager import PlaywrightManager
from ae.utils.logger import logger
from autogen.agentchat.chat import ChatResult # type: ignore
from httpx import get
from playwright.async_api import Page
from tabulate import tabulate
from termcolor import colored
Expand Down

0 comments on commit 3710016

Please sign in to comment.