Skip to content

Commit

Permalink
move to legacy: eager
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 27, 2024
1 parent 83632e7 commit 5f960af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion weave/legacy/artifact_wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from wandb.sdk.lib.hashutil import b64_to_hex_id, hex_to_b64_id

from weave import (
eager,
engine_trace,
errors,
filesystem,
Expand All @@ -24,6 +23,7 @@
from weave import weave_types as types
from weave.legacy import (
artifact_fs,
eager,
file_base,
file_util,
memo,
Expand Down
4 changes: 2 additions & 2 deletions weave/eager.py → weave/legacy/eager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from weave.legacy import context_state, graph

from . import weave_internal
from . import weave_types as types
from .. import weave_internal
from .. import weave_types as types

WeaveIterObjectType = typing.TypeVar("WeaveIterObjectType")

Expand Down
2 changes: 1 addition & 1 deletion weave/legacy/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from collections.abc import Mapping

from weave import (
eager,
engine_trace,
environment,
errors,
Expand All @@ -32,6 +31,7 @@
compile,
context,
context_state,
eager,
forward_graph,
graph,
graph_debug,
Expand Down
2 changes: 1 addition & 1 deletion weave/legacy/run_streamtable_span.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Iterable

from weave.legacy import stream_data_interfaces
from weave.eager import WeaveIter
from weave.legacy.eager import WeaveIter
from weave.legacy import artifact_wandb, uris
from weave.legacy.run import Run

Expand Down

0 comments on commit 5f960af

Please sign in to comment.