mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-06 01:47:26 +08:00
fix: #230
This commit is contained in:
@@ -63,7 +63,7 @@ class AbstractStoreImage(ABC):
|
||||
async def store_image(self, image_content_item: Dict):
|
||||
pass
|
||||
|
||||
class AbstactApiClient(ABC):
|
||||
class AbstractApiClient(ABC):
|
||||
@abstractmethod
|
||||
async def request(self, method, url, **kwargs):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user