Skip to content

Commit

Permalink
Update TODO version in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prryplatypus committed Dec 20, 2021
1 parent 373ab7f commit b290d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanic/app.py
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b290d0f

Please sign in to comment.