diff --git a/src/browser/custom_browser.py b/src/browser/custom_browser.py index c1eec0b..790eb95 100644 --- a/src/browser/custom_browser.py +++ b/src/browser/custom_browser.py @@ -17,4 +17,4 @@ class CustomBrowser(Browser): context: CustomBrowserContext = None, ) -> BrowserContext: """Create a browser context""" - return CustomBrowserContext(config=config, browser=self, context=context) \ No newline at end of file + return CustomBrowserContext(config=config, browser=self, context=context)