Skip to content

Commit 00a0174

Browse files
committed
linting fixes
1 parent 2b83805 commit 00a0174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/browser_use_mcp_server/server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ async def reset_browser_context(context: BrowserContext) -> None:
138138
# If we get here, we need to reinitialize the browser
139139
try:
140140
# Get the original configuration from the context if possible
141-
config = None
142141
if hasattr(context, "config"):
143-
config = context.config
142+
pass
144143

145144
# Reinitialize the browser with the same configuration
146145
browser_config = BrowserConfig(

0 commit comments

Comments
 (0)