Skip to content

Commit 5b40a7d

Browse files
committed
lint
1 parent f609399 commit 5b40a7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

weave/flow/code_scorer.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from typing import Any
66

77
from pydantic import Field, model_validator
8+
89
from weave.flow.scorer import Scorer
910
from weave.trace.objectify import register_object
1011

@@ -19,7 +20,9 @@ class CodeScorer(Scorer):
1920
At least one of docker_image or requirements must be set.
2021
"""
2122

22-
op_ref: str = Field(description="URI reference to the published Weave Op to execute")
23+
op_ref: str = Field(
24+
description="URI reference to the published Weave Op to execute"
25+
)
2326
docker_image: str | None = Field(
2427
default=None,
2528
description="Docker image to use as the sandbox environment",

0 commit comments

Comments
 (0)