Using the new types file
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import re
|
||||
from types import MappingProxyType
|
||||
from collections.abc import Mapping
|
||||
from typing import Dict, List, Union, Pattern
|
||||
|
||||
from scrapling.utils import _is_iterable, flatten
|
||||
from scrapling._types import Dict, List, Union, Pattern
|
||||
|
||||
from orjson import loads, dumps
|
||||
from w3lib.html import replace_entities as _replace_entities
|
||||
|
||||
Reference in New Issue
Block a user