Skip to content

Commit 125fd20

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a7c35bf commit 125fd20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aiohttp_remotes/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
"""
77

8-
98
__version__ = "1.2.0"
109

1110

@@ -22,8 +21,7 @@
2221

2322

2423
class _Tool(Protocol):
25-
async def setup(self, app: web.Application) -> None:
26-
...
24+
async def setup(self, app: web.Application) -> None: ...
2725

2826

2927
async def setup(app: web.Application, *tools: _Tool) -> None:

0 commit comments

Comments
 (0)