style: Removing dead code/docstrings

This commit is contained in:
Karim shoair
2025-09-29 05:09:23 +03:00
parent 8ad7cd6343
commit f6c122b87f
6 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class TestDynamicFetcherAsync:
with pytest.raises(TypeError):
await fetcher.async_fetch(
urls["html_url"], cdp_url="blahblah", nstbrowser_mode=True
urls["html_url"], cdp_url="blahblah"
)
with pytest.raises(Exception):