Sorting all library imports with isort
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import orjson
|
||||
import sqlite3
|
||||
import logging
|
||||
import sqlite3
|
||||
import threading
|
||||
from hashlib import sha256
|
||||
from abc import ABC, abstractmethod
|
||||
from hashlib import sha256
|
||||
|
||||
import orjson
|
||||
from lxml import html
|
||||
from tldextract import extract as tld
|
||||
|
||||
from scrapling.core._types import Dict, Optional, Union
|
||||
from scrapling.core.utils import _StorageTools, cache
|
||||
|
||||
from lxml import html
|
||||
from tldextract import extract as tld
|
||||
|
||||
|
||||
class StorageSystemMixin(ABC):
|
||||
# If you want to make your own storage system, you have to inherit from this
|
||||
|
||||
Reference in New Issue
Block a user