Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cjunkin committed Jan 17, 2025
1 parent ba18a35 commit ae8b743
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import json
from typing import Any, Callable, Dict, Optional, Union

from autogen import ConversableAgent # type: ignore
from opentelemetry import trace
from opentelemetry.trace import Link, SpanContext, Status, StatusCode

from autogen import ConversableAgent # type: ignore


class AG2Instrumentor:
def __init__(self) -> None:
Expand Down

0 comments on commit ae8b743

Please sign in to comment.