fix: Fixes to handle the new extra deps group

This commit is contained in:
Karim shoair
2025-09-15 00:19:19 +03:00
parent c7b9d45232
commit f848e6b7f2
6 changed files with 8 additions and 23 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from scrapling.engines._browsers import (
AsyncDynamicSession,
AsyncStealthySession,
)
from scrapling.engines.toolbelt import BaseFetcher, Response
from scrapling.engines.toolbelt.custom import BaseFetcher, Response
__FetcherClientInstance__ = _FetcherClient()
__AsyncFetcherClientInstance__ = _AsyncFetcherClient()