Skip to content

Commit 7cd3e13

Browse files
committed
Define abstract method as async
1 parent 85b470e commit 7cd3e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loading_sdk/async_api/extractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_chunks(self, source: str) -> list:
3838
return chunk_urls
3939

4040
@abstractmethod
41-
def get_data(self):
41+
async def get_data(self):
4242
pass
4343

4444

0 commit comments

Comments
 (0)