Sorting all library imports with isort
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Declare top-level shortcuts
|
||||
from scrapling.fetchers import Fetcher, StealthyFetcher, PlayWrightFetcher, CustomFetcher
|
||||
from scrapling.core.custom_types import AttributesHandler, TextHandler
|
||||
from scrapling.fetchers import (CustomFetcher, Fetcher, PlayWrightFetcher,
|
||||
StealthyFetcher)
|
||||
from scrapling.parser import Adaptor, Adaptors
|
||||
from scrapling.core.custom_types import TextHandler, AttributesHandler
|
||||
|
||||
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
||||
__version__ = "0.2.7"
|
||||
|
||||
Reference in New Issue
Block a user