mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-05-29 22:17:35 +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):
|
||||
pass
|
||||
|
||||
|
||||
class AbstractStoreImage(ABC):
|
||||
#TODO: support all platform
|
||||
# only weibo is supported
|
||||
|
||||
@@ -214,4 +214,3 @@ class XhsJsonStoreImplement(AbstractStore):
|
||||
|
||||
"""
|
||||
await self.save_data_to_json(creator, "creator")
|
||||
|
||||
Reference in New Issue
Block a user