Using the new types file

This commit is contained in:
Karim shoair
2024-10-31 01:32:18 +03:00
parent 1ca2b6cfe4
commit 23c4181ff2
4 changed files with 4 additions and 19 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import logging
import threading
from hashlib import sha256
from abc import ABC, abstractmethod
from typing import Dict, Optional, Union
from scrapling._types import Dict, Optional, Union
from scrapling.utils import _StorageTools, cache
from lxml import html