Skip to content

Commit

Permalink
move to legacy: weave_http
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 28, 2024
1 parent 28fbfbc commit 6337766
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions weave/legacy/io_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@

import aioprocessing

from weave import (
weave_http,
)
from weave.legacy import (
weave_http,
filesystem,
errors,
engine_trace,
Expand Down
3 changes: 1 addition & 2 deletions weave/legacy/wandb_file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
from requests.auth import HTTPBasicAuth
from wandb.sdk.lib import hashutil

from weave import weave_http
from weave.legacy import environment as weave_env
from weave.legacy import filesystem, artifact_wandb, cache, errors, wandb_api, engine_trace
from weave.legacy import filesystem, artifact_wandb, cache, errors, wandb_api, engine_trace, weave_http

tracer = engine_trace.tracer() # type: ignore

Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions weave/test_scripts/wandb_artifact_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
filesystem,
wandb_api,
wandb_file_manager,
weave_http,
)

from .. import weave_http

tracer = engine_trace.tracer() # type: ignore


Expand Down

0 comments on commit 6337766

Please sign in to comment.