Skip to content

Commit

Permalink
Code cleanup - removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shivsak committed Jan 3, 2025
1 parent 59e20cf commit c6d0add
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions athina/steps/conditional.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
from typing import Any, Dict, List, Optional
from typing import Dict, List
from athina.steps.base import Step
from jinja2 import Environment, UndefinedError
from pydantic import ConfigDict
import ast
import operator
from typing import Union, Callable
from athina.steps.code_execution_v2 import CodeExecutionV2, EXECUTION_E2B


Expand Down

0 comments on commit c6d0add

Please sign in to comment.