Skip to content

Commit

Permalink
op_execute-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Aug 26, 2024
1 parent ae7a666 commit b38865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weave/legacy/weave/op_execute.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import typing
from typing import Mapping

from weave.trace.constants import TRACE_CALL_EMOJI

if typing.TYPE_CHECKING:
from .op_def import OpDef

TRACE_CALL_EMOJI = "🍩"


def print_run_link(run):
Expand Down

0 comments on commit b38865d

Please sign in to comment.