Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Nov 14, 2024
1 parent 89faa15 commit 3cf5613
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions a_sync/_typing.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
"""
```
"""

0 comments on commit 3cf5613

Please sign in to comment.