From b1da6f293384f8738cad01eeed2173ad2e489432 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:27:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- aiohttp_remotes/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aiohttp_remotes/__init__.py b/aiohttp_remotes/__init__.py index 208f69d..5e683f6 100644 --- a/aiohttp_remotes/__init__.py +++ b/aiohttp_remotes/__init__.py @@ -5,7 +5,6 @@ """ - __version__ = "1.2.0" @@ -22,8 +21,7 @@ class _Tool(Protocol): - async def setup(self, app: web.Application) -> None: - ... + async def setup(self, app: web.Application) -> None: ... async def setup(app: web.Application, *tools: _Tool) -> None: