Skip to content

Commit

Permalink
move to trace: cli
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 27, 2024
1 parent f17cc29 commit 93a3701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from click.testing import CliRunner

from weave.cli import cli
from weave.trace.cli import cli
from weave.version import VERSION


Expand Down
2 changes: 1 addition & 1 deletion weave/cli.py → weave/trace/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import click

from weave import __version__
from weave.deploy import gcp as google
from weave.trace.refs import ObjectRef, parse_uri

from . import api
from .deploy import gcp as google

# from .model_server import app

Expand Down

0 comments on commit 93a3701

Please sign in to comment.