Skip to content

Commit 779eca5

Browse files
committed
lint fix
1 parent 0cbe606 commit 779eca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/agent_execute.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
import os
1717
import json
1818

19-
from stagehand import Stagehand
20-
from stagehand import APIResponseValidationError
19+
from stagehand import Stagehand, APIResponseValidationError
2120

2221

2322
def main() -> None:

0 commit comments

Comments
 (0)