From b290d0ffe0b9e28b5e3aba34210155a9181c14ff Mon Sep 17 00:00:00 2001 From: prryplatypus <25409753+prryplatypus@users.noreply.github.com> Date: Mon, 20 Dec 2021 20:00:36 +0100 Subject: [PATCH] Update TODO version in comments --- sanic/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanic/app.py b/sanic/app.py index 7c2d232047..2cd3b4996d 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -128,7 +128,7 @@ class Sanic(BaseSanic, metaclass=TouchUpMeta): "_state", "_test_client", "_test_manager", - "_uvloop_setting", # TODO: Remove in vXX.X + "_uvloop_setting", # TODO: Remove in v22.6 "asgi", "auto_reload", "auto_reload", @@ -1715,7 +1715,7 @@ async def _startup(self): self.signalize() self.finalize() - # TODO: Replace in vXX.X to check with apps in app registry + # TODO: Replace in v22.6 to check against apps in app registry if ( self.__class__._uvloop_setting is not None and self.__class__._uvloop_setting != self.config.USE_UVLOOP