Skip to content

Commit

Permalink
ci patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cjunkin committed Jan 17, 2025
1 parent 38e1785 commit 0d858aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from openinference.instrumentation.autogen import AutogenInstrumentor


# mypy: ignore-errors
def main():
trace_provider = TracerProvider()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from autogen import ConversableAgent


# mypy: ignore-errors
class AutogenInstrumentor:
def __init__(self):
self.tracer = trace.get_tracer(__name__)
Expand Down

0 comments on commit 0d858aa

Please sign in to comment.