Skip to content

Commit ba50c85

Browse files
committed
lint fix
1 parent 823092d commit ba50c85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/local_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import os
1818
import sys
19+
from typing import Optional
1920

2021
from stagehand import Stagehand
2122

@@ -31,7 +32,7 @@ def main() -> None:
3132
local_ready_timeout_s=30.0,
3233
)
3334

34-
session_id: str | None = None
35+
session_id: Optional[str] = None
3536

3637
try:
3738
print("⏳ Starting local session (this will start the embedded SEA binary)...")

0 commit comments

Comments
 (0)