Skip to content

Commit 3d79de3

Browse files
committed
style: fix import sorting in ruler.py
1 parent 04857dc commit 3d79de3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/art/rewards/ruler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
from typing import List
1515

1616
from litellm import acompletion
17-
18-
from art.utils.strip_logprobs import strip_logprobs
1917
from litellm.types.utils import ModelResponse
2018
from openai.types.chat.chat_completion_message_param import ChatCompletionMessageParam
2119
from pydantic import BaseModel, Field
2220
from rich import print
2321

2422
import art
23+
from art.utils.strip_logprobs import strip_logprobs
2524

2625

2726
class TrajectoryScore(BaseModel):

0 commit comments

Comments
 (0)