fix: remove forgotten unused code

This commit is contained in:
Karim shoair
2025-12-28 00:14:47 +02:00
parent 1b838eabd0
commit 9bfe744840
4 changed files with 2 additions and 34 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from msgspec import Struct, structs, convert, ValidationError
from playwright.sync_api import Route
from scrapling.core.utils import log
from scrapling.core._types import Dict, Tuple, overload, Literal
from scrapling.core._types import Dict, Tuple
from scrapling.engines.constants import DEFAULT_DISABLED_RESOURCES
__BYPASSES_DIR__ = Path(__file__).parent / "bypasses"