diff --git a/a_sync/_typing.py b/a_sync/_typing.py index 7d390850..df4887d6 100644 --- a/a_sync/_typing.py +++ b/a_sync/_typing.py @@ -1,6 +1,3 @@ -Here is the updated Python file with corrected documentation: - -```python """ This module provides type definitions and type-related utilities for the `a_sync` library. @@ -259,5 +256,4 @@ class ModifierKwargs(TypedDict, total=False): """ Type alias for any iterable, whether synchronous or asynchronous, or an awaitable that resolves to any iterable, whether synchronous or asynchronous. -""" -``` \ No newline at end of file +""" \ No newline at end of file