Skip to content

Commit 4251741

Browse files
committed
fixed the ruff error
1 parent 60b51d5 commit 4251741

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stagehand/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,13 +527,11 @@ async def init(self):
527527
"eventsEnabled": True,
528528
},
529529
)
530-
531-
self.logger.debug(f"Set up CDP download behavior")
530+
self.logger.debug("Set up CDP download behavior")
532531
except Exception as e:
533532
self.logger.warning(
534533
f"Failed to set up CDP download behavior: {str(e)}"
535534
)
536-
# Continue without download support - non-critical feature
537535

538536
except Exception:
539537
await self.close()

0 commit comments

Comments
 (0)