From e6b58ad71d9778b33bf7bc1c3e7788c5bcb68b08 Mon Sep 17 00:00:00 2001 From: marcosschroh Date: Tue, 5 Dec 2023 11:46:44 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20preview=20for=20PR=20141=20?= =?UTF-8?q?=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr-preview/pr-141/sitemap.xml.gz | Bin 127 -> 127 bytes pr-preview/pr-141/stream/index.html | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pr-preview/pr-141/sitemap.xml.gz b/pr-preview/pr-141/sitemap.xml.gz index 18e3178f7d415667ac3306307043cac1f4675896..5d7986fcacb5432e25525a40dd65600934c89bfd 100644 GIT binary patch delta 13 Ucmb=gXP58h;8?_)Kasrx02@>T?f?J) delta 13 Ucmb=gXP58h;JEubcOrWQ03ieg1poj5 diff --git a/pr-preview/pr-141/stream/index.html b/pr-preview/pr-141/stream/index.html index d9c73206..36445eea 100644 --- a/pr-preview/pr-141/stream/index.html +++ b/pr-preview/pr-141/stream/index.html @@ -1379,9 +1379,9 @@

else: # It is not an async_generator so we need to # create an asyncio.Task with func - logging.warning( - "The `async for in` loop approach might be deprecate in the future." - " Consider migrating to a typing approach." + logging.warn( + "Streams with `async for in` loop approach might be deprecate. " + "Consider migrating to a typing approach." ) self._consumer_task = asyncio.create_task(self.func_wrapper(func)) else: