Skip to content

Commit f238e40

Browse files
committed
fix docs build
1 parent a7f33d1 commit f238e40

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/02_concepts/01_async_support.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import TabItem from '@theme/TabItem';
99
import CodeBlock from '@theme/CodeBlock';
1010
import ApiLink from '@site/src/components/ApiLink';
1111

12-
import ApiLink from '@site/src/components/ApiLink';
13-
1412
import AsyncSupportExample from '!!raw-loader!./code/01_async_support.py';
1513

1614
The package provides an asynchronous version of the client, <ApiLink to="class/ApifyClientAsync">`ApifyClientAsync`</ApiLink>, which allows you to interact with the Apify API using Python's standard async/await syntax. This enables you to perform non-blocking operations, see the Python [asyncio documentation](https://docs.python.org/3/library/asyncio-task.html) for more information. This is useful for applications that need to perform multiple API operations concurrently or integrate with other async frameworks.

docs/02_concepts/04_error_handling.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import TabItem from '@theme/TabItem';
99
import CodeBlock from '@theme/CodeBlock';
1010
import ApiLink from '@site/src/components/ApiLink';
1111

12-
import ApiLink from '@site/src/components/ApiLink';
13-
1412
import ErrorAsyncExample from '!!raw-loader!./code/04_error_async.py';
1513
import ErrorSyncExample from '!!raw-loader!./code/04_error_sync.py';
1614

0 commit comments

Comments
 (0)