chore: remove redundant line breaks

This commit is contained in:
leantli 2024-04-12 18:18:01 +08:00
parent ad01dfba95
commit 6cabece01a
3 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -214,4 +214,3 @@ class XhsJsonStoreImplement(AbstractStore):
""" """
await self.save_data_to_json(creator, "creator") await self.save_data_to_json(creator, "creator")