chore: remove redundant line breaks
This commit is contained in:
parent
ad01dfba95
commit
6cabece01a
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue