Skip to content

Commit b3b6dca

Browse files
committed
Fix lint
1 parent b2cfe57 commit b3b6dca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/openenv_echo.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
import asyncio
1010
from datetime import datetime
1111

12-
import art
13-
from art.serverless.backend import ServerlessBackend
12+
import weave
1413
from dotenv import load_dotenv
1514
from envs.echo_env import EchoAction, EchoEnv
16-
import weave
15+
16+
import art
17+
from art.serverless.backend import ServerlessBackend
1718

1819
PROMPT = "Use at most 100 tokens; maximize the total character length of the output."
1920
NUM_STEPS = 50

0 commit comments

Comments
 (0)