Skip to content

Commit 680818d

Browse files
example run fix by moving configure_logging
1 parent ce939cc commit 680818d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
from rich.panel import Panel
88
from rich.theme import Theme
99

10-
from stagehand import Stagehand, StagehandConfig
11-
from stagehand.utils import configure_logging
10+
from stagehand import Stagehand, StagehandConfig, configure_logging
1211

1312
# Compatibility function for Panel.fit (available in Rich >= 14.0.0)
1413
def create_panel(content, **kwargs):

0 commit comments

Comments
 (0)