Skip to content

Commit

Permalink
op_def-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 26, 2024
1 parent b586a9c commit ae7a666
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions weave/legacy/weave/op_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import copy
import inspect
import typing
from typing import Iterator, Sequence

from weave.legacy.weave import weave_types as types
from weave.legacy.weave import (
Expand All @@ -28,13 +27,8 @@
process_opdef_resolve_fn,
tagged_value_type,
)
from weave.legacy.weave.run import Run
from weave.legacy.weave.weavejs_fixes import fixup_node

if typing.TYPE_CHECKING:
from weave.trace import weave_client
from weave.legacy.weave.run_streamtable_span import RunStreamTableSpan


_no_refine: contextvars.ContextVar[bool] = contextvars.ContextVar(
"_no_refine", default=False
Expand Down

0 comments on commit ae7a666

Please sign in to comment.