diff --git a/twitter_scraper/browser.py b/twitter_scraper/browser.py index c915f04..947a178 100644 --- a/twitter_scraper/browser.py +++ b/twitter_scraper/browser.py @@ -73,3 +73,4 @@ def __exit__(self, exc_type, exc_val, exc_tb) -> bool: except (OSError, WebDriverException): logger.warning("Browser already closed or failed to quit.") return False + "" \ No newline at end of file