style: docstrings corrections for accuracy

This commit is contained in:
Karim shoair
2026-02-15 03:57:14 +02:00
parent 1bf6bb8d65
commit 93bcb1681b
2 changed files with 4 additions and 10 deletions
+2 -2
View File
@@ -213,7 +213,7 @@ class ScraplingMCPServer:
extraction_type: extraction_types = "markdown",
css_selector: Optional[str] = None,
main_content_only: bool = True,
headless: bool = False,
headless: bool = True, # noqa: F821
google_search: bool = True,
real_chrome: bool = False,
wait: int | float = 0,
@@ -295,7 +295,7 @@ class ScraplingMCPServer:
extraction_type: extraction_types = "markdown",
css_selector: Optional[str] = None,
main_content_only: bool = True,
headless: bool = False,
headless: bool = True, # noqa: F821
google_search: bool = True,
real_chrome: bool = False,
wait: int | float = 0,