reduce modified files

This commit is contained in:
katiue
2025-01-10 02:38:56 +07:00
parent a995465321
commit bcc4ca88dd

View File

@@ -17,4 +17,4 @@ class CustomBrowser(Browser):
context: CustomBrowserContext = None,
) -> BrowserContext:
"""Create a browser context"""
return CustomBrowserContext(config=config, browser=self, context=context)
return CustomBrowserContext(config=config, browser=self, context=context)