mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-01 15:37:26 +08:00
chore: remove redundant line breaks
This commit is contained in:
@@ -56,7 +56,6 @@ class AbstractStore(ABC):
|
|||||||
async def store_creator(self, creator: Dict):
|
async def store_creator(self, creator: Dict):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class AbstractStoreImage(ABC):
|
class AbstractStoreImage(ABC):
|
||||||
#TODO: support all platform
|
#TODO: support all platform
|
||||||
# only weibo is supported
|
# only weibo is supported
|
||||||
|
|||||||
@@ -214,4 +214,3 @@ class XhsJsonStoreImplement(AbstractStore):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
await self.save_data_to_json(creator, "creator")
|
await self.save_data_to_json(creator, "creator")
|
||||||
|
|
||||||
Reference in New Issue
Block a user