From 3cf5613aa0aaca853734c72b0d560658df7c995f Mon Sep 17 00:00:00 2001 From: BobTheBuidler Date: Thu, 14 Nov 2024 04:41:13 +0000 Subject: [PATCH] fix: syntax --- a_sync/_typing.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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