Skip to content

Commit

Permalink
monitor-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 26, 2024
1 parent b38865d commit 9a4d3ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions weave/legacy/weave/monitoring/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import asyncio
import contextlib
import contextvars
import dataclasses
import datetime
import inspect
Expand All @@ -14,11 +13,10 @@
from weave.legacy.weave import errors
from weave.legacy.weave import (
graph,
run_streamtable_span,
stream_data_interfaces
)
from weave.legacy.weave.wandb_interface.wandb_stream_table import StreamTable
from weave.trace import call_context, context as trace_context
from weave.trace import context as trace_context
from weave.trace.client_context import weave_client as weave_client_context

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 9a4d3ce

Please sign in to comment.