Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 29, 2024
1 parent 75ae970 commit b1da6f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aiohttp_remotes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""


__version__ = "1.2.0"


Expand All @@ -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:
Expand Down

0 comments on commit b1da6f2

Please sign in to comment.