Skip to content

Commit c1d8c0b

Browse files
authored
chore: delete comment about improving error handling in Dataset (#672)
### Description Deleted TODO comment. Since handle on exceeding string length used in TS implementation is not relevant for Python because there is no maximum string length ### Issues - Closes: #455
1 parent 6dff4e8 commit c1d8c0b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/crawlee/storages/_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,6 @@ async def get_data(self, **kwargs: Unpack[GetDataKwargs]) -> DatasetItemsListPag
281281
Returns:
282282
List page containing filtered and paginated dataset items.
283283
"""
284-
# TODO: Improve error handling here
285-
# https://github.com/apify/apify-sdk-python/issues/140
286284
return await self._resource_client.list_items(**kwargs)
287285

288286
async def write_to_csv(self, destination: TextIO, **kwargs: Unpack[ExportDataCsvKwargs]) -> None:

0 commit comments

Comments
 (0)