Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
john-lemmon-lime committed Oct 11, 2024
1 parent bbc063c commit f65d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/evaluate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import asyncio
from copy import deepcopy
import os
from typing import Callable, List, Optional, Union, Dict, Tuple
from typing import Callable, List, Optional, Union, Dict
import time
from dataclasses import dataclass

Expand Down

0 comments on commit f65d9ba

Please sign in to comment.