Skip to content

Commit 5def647

Browse files
committed
ruff format
1 parent f82f423 commit 5def647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_use/browser/watchdogs/downloads_watchdog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def on_BrowserStateRequestEvent(self, event: BrowserStateRequestEvent) ->
9696
target_id = cdp_session.target_id
9797
self.event_bus.dispatch(
9898
NavigationCompleteEvent(
99-
event_type="NavigationCompleteEvent",
99+
event_type='NavigationCompleteEvent',
100100
url=url,
101101
target_id=target_id,
102102
event_parent_id=event.event_id,

0 commit comments

Comments
 (0)